Update CHANGELOG

This commit is contained in:
Roman Grundkiewicz 2018-08-17 13:16:00 +01:00
parent 0088b984c8
commit 200045c57a

View File

@ -8,11 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Returning hard alignments by scorer
- Word alignment generation in scorer
- Attention output generation in decoder and scorer with `--alignment soft`
### Fixed
- Delayed output in line-by-line translation
### Changed
- Generated word alignments include alignments for target EOS tokens
## [1.6.0] - 2018-08-08
### Added