From 034860b6464ed8126f2b9be3b4ee881f199ebe4b Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 6 Feb 2018 18:48:41 +0800 Subject: [PATCH] Update changelog for 0.62.0 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6332106d..a72ee953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to this project will be documented in this file, as of core.matrix 0.50.0 This project adheres to [Semantic Versioning](http://semver.org/). -## [0.61.0] - 2017-... +## [0.62.0] - 2018-02-06 +### Enhanced +- Update for Clojure 1.9.0 release +### Fixed +- General refactoring and performance oprimisations +- Fixed CLJS tests to run on Nashorn +- Improvements to dataset behaviour + +## [0.61.0] - 2017-09-02 ### Added - add-emap! and set-emap! API functions @@ -48,7 +56,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Clarified docstrings ## [0.57.0] - 2016-11-17 -### Added +### Enhanced - Neanderthal implementation reference - Weka implementation reference