Update changelog

Change-Id: I1c8bef059adc57476b5e75310fd7d983b8229bf7
diff --git a/docs/source/version_history.rst b/docs/source/version_history.rst
index 5d148b3..bad0df0 100644
--- a/docs/source/version_history.rst
+++ b/docs/source/version_history.rst
@@ -30,6 +30,18 @@
 
 Bug Fixes & Minor Changes
 -------------------------
+#. Introduce a common base class for DynamicAutoDiffCostFunction and
+   DynamicNumericDiffCostFunction. (Sameer Agarwal)
+#. Fix an exact equality test causing breakage in
+   gradient_checker_test. (Sameer Agarwal)
+#. Add GradientProblemSolver::Options::parameter_tolerance. (Sameer
+   Agarwal)
+#. Add missing T() wrappers for constants. (Rob Carroll)
+#. Remove two checks from rotation.h (Sameer Agarwal)
+#. Relax the tolerance in QuaternionParameterizationTestHelper. (Je
+   Hyeong Hong)
+#. Occured -> Occurred. (Sameer Agarwal)
+#. Fix a test error in autodiff_test.cc. (Je Hyeong Hong)
 #. Fix documentation source for templated function in ``rotation.h``.
 #. Add ``package.xml`` to enable Catkin builds. (Damon Kohler)
 #. Relaxing Jacobian matching in Gradient Checker test. (David Gossow)