Skip to content

Commit 4e18109

Browse files
committed
Update Changelog
1 parent 081fdb1 commit 4e18109

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.58.0] - 2018-07-17`
5+
### Added
6+
- Interactive parsing CLI
7+
8+
### Changed
9+
- The `SnipsNluEngine` object is now loaded from a directory instead of a single json file
10+
(see https://github.com/snipsco/snips-nlu/releases/tag/0.16.0).
11+
- Language resources are now loaded *dynamically* from the trained engine directory instead of
12+
being statically hardcoded, reducing the binary size by 31Mb.
13+
14+
### Removed
15+
- `snips-nlu-resources` and `snips-nlu-resources-packed` crates no longer exists.
16+
- `FileBasedConfiguration`, `ZipBasedConfiguration` and `NluEngineConfigurationConvertible
17+
- Rust examples (replaced by interactive CLI).
18+
419
## [0.57.2] - 2018-07-12
520
### Fixed
621
- Conflict with bindgen dependency
@@ -64,6 +79,7 @@ All notable changes to this project will be documented in this file.
6479
- Rename python package to `snips_nlu_rust`
6580

6681

82+
[0.58.0]: https://github.com/snipsco/snips-nlu-rs/compare/0.57.2...0.58.0
6783
[0.57.2]: https://github.com/snipsco/snips-nlu-rs/compare/0.57.1...0.57.2
6884
[0.57.1]: https://github.com/snipsco/snips-nlu-rs/compare/0.57.0...0.57.1
6985
[0.57.0]: https://github.com/snipsco/snips-nlu-rs/compare/0.56.1...0.57.0

0 commit comments

Comments
 (0)