fix changelog

This commit is contained in:
Marcin Junczys-Dowmunt 2019-10-26 09:04:18 -07:00
parent e375905404
commit 68f9d90bfa

View File

@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Boost is now optional, still required for marian_server and GCC-4.9 due to lack
of support for built-in std::regex.
- Automatic vectorization of elementwise operations on CPU for tensors dims that
are divible by 4 (AVX) and 8 (AVX2)
- Replacing std::shared_ptr<T> with custom IntrusivePtr<T> for small objects like
@ -25,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Compilation with CUDA 10.1
### Changed
- Simplified file stream and temporary file handling
- Unified node intializers, same function API.
## [1.8.0] - 2019-09-04