Update version history

Change-Id: I8a1ad5051f7654dfdead0a225fa9263c02643914
diff --git a/docs/source/version_history.rst b/docs/source/version_history.rst
index b5baf41..5834db2 100644
--- a/docs/source/version_history.rst
+++ b/docs/source/version_history.rst
@@ -77,6 +77,9 @@
 Bug Fixes & Minor Changes
 -------------------------
 
+#. Worked around an MSVC ordering bug when using C++17/20 (Sergiu
+   Deitsch)
+#. Added a CITATION.cff file. (Sergiu Deitsch)
 #. Updated included gtest version to 1.11.0. This should fix some
    ``C++20`` compilation problems. (Sameer Agarwal).
 #. Workaround ``MSVC`` ``STL`` deficiency in ``C++17`` mode (Sergiu