Update HISTORY to note changed version identifiers.

This commit is contained in:
Ryan Curtin
2016-04-14 14:52:05 -04:00
parent 637809fec8
commit 24f7626bf8
+5
View File
@@ -13,6 +13,11 @@
* Fixed HMM initial state estimation (#600).
* Changed versioning macros __MLPACK_VERSION_MAJOR, __MLPACK_VERSION_MINOR,
and __MLPACK_VERSION_PATCH to MLPACK_VERSION_MAJOR, MLPACK_VERSION_MINOR,
and MLPACK_VERSION_PATCH. The old names will remain in place until
mlpack 3.0.0.
### mlpack 2.0.1
###### 2016-02-04
* Fix CMake to properly detect when MKL is being used with Armadillo.