Update changelog Change-Id: I36db7e705ad520321335ff2f438cba54d914bb5c
diff --git a/docs/source/version_history.rst b/docs/source/version_history.rst index bad0df0..7575944 100644 --- a/docs/source/version_history.rst +++ b/docs/source/version_history.rst
@@ -30,6 +30,21 @@ Bug Fixes & Minor Changes ------------------------- +#. Make gflags a public dependency of Ceres if it and glog are + found. (Alex Stewart) +#. Add support for glog exported CMake target. (Alex Stewart) +#. Use ``google::GLOG_WARNING`` instead of ``WARNING`` in tests to support + MSVC. (Alex Stewart) +#. Update gtest and gmock to + ``a2b8a8e07628e5fd60644b6dd99c1b5e7d7f1f47`` (Sameer Agarwal) +#. Add MSVC-specific ``#define`` to expose math constants in + ``<cmath>``. (Alex Stewart) +#. Fix typo. indepdendent -> independent (Hung Lun) +#. Fix potential invalid reset of CMAKE_FIND_LIBRARY_PREFIXES on MSVC + (Alex Stewart) +#. Fix use of alignas(0) which is not ignored on GCC (Alex Stewart) +#. Use default alignment if alignof(std::max_align_t) < 16 with C++11 + (Alex Stewart) #. Introduce a common base class for DynamicAutoDiffCostFunction and DynamicNumericDiffCostFunction. (Sameer Agarwal) #. Fix an exact equality test causing breakage in