expressive/CHANGELOG.md

23 lines
362 B
Markdown
Raw Normal View History

2019-03-20 13:37:07 +00:00
# Change Log
## [Unreleased]
### Added
* Made internal alias `IntType` and `FloatType` used by the `Value` enum public
2019-03-20 13:37:07 +00:00
### Removed
* Removed integration tests from shipped crate
2019-03-20 13:37:07 +00:00
### Changed
### Fixed
* Wording of some documentation items
### Deprecated
## [1.0.0](https://github.com/ISibboI/evalexpr/tree/1.0.0) - 2019-03-20
* First stable release