23 lines
362 B
Markdown
23 lines
362 B
Markdown
# Change Log
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
* Made internal alias `IntType` and `FloatType` used by the `Value` enum public
|
|
|
|
### Removed
|
|
|
|
* Removed integration tests from shipped crate
|
|
|
|
### 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 |