diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md
index 3db5e9c3471993a30fd2be662657e24d32711be8..fb9e02d2521735c65d0f5c10e1395811764bbb65 100644
--- a/docs/simplesamlphp-changelog.md
+++ b/docs/simplesamlphp-changelog.md
@@ -112,6 +112,8 @@ Released 2019-03-07
   * Allow disabling the Scoping element in SP and remote IdP configuration with
     the `disable_scoping` option, for compatibility with ADFS which does not
     accept the element (#985).
+  * Receiving an eduPersonTargetedID in string form will no longer break
+    parsing of the assertion.
 
 ### sanitycheck
   * Translated into several languages.
@@ -412,8 +414,6 @@ Released 2017-11-20
   * We now send the eduPersonTargetedID attribute in the correct
     NameID XML form, instead of the incorrect simple string. We will also
     refuse to parse an assertion with an eduPersonTargetedID in 'string' format.
-  * Receiving an eduPersonTargetedID in string form will no longer break
-    parsing of the assertion.
 
 ### `smartattributes`
   * Fix SmartName authproc that failed to load.