Skip to content

Commit

Permalink
Formatting of titles in changelog
Browse files Browse the repository at this point in the history
Titles need empty lines after bullet lists to render correctly.
  • Loading branch information
ulsa committed Nov 23, 2016
1 parent 39f2acb commit 7b5b87c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Neanderthal implementation reference
- Weka implementation reference

### Fixed
- Fixed persistent vector coercion issue #302

## [0.56.0] - 2016-10-03
### Changed
- Improvements to dataset representations. Should be non-breaking if user did not rely on implementation details :-)

### Added
- Add dataset/emap-columns function
- Allow printing of column names in pprint functionality

### Fixed
- Improve docstrings
- Improved implementations for double[][] arrays
Expand All @@ -26,6 +29,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add filter-slices API function
- Implement generalised N-dimensional transpose functionality
- Improve broadcasting docs and default implementation

### Fixed
- Improve docstrings
- Fix for default mutable matrix construction
Expand All @@ -42,6 +46,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [0.53.0] - 2016-08-12
### Added
- References to ND4J implementation

### Fixed
- Reinstate c.c.m.utils/error? for backwards compatibility

Expand Down

0 comments on commit 7b5b87c

Please sign in to comment.