diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ac62bdb31..7e0df0819 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,9 @@ If the output is not quite correct, check for invisible trailing spaces!
+
+ Deprecated "FieldVector#getData()" in favor of "toArray()".
+
Fixed an error in rectangular Cholesky decomposition.