Update changelog for 11.0.0 release.

This commit is contained in:
Sebastian Schmidt 2023-06-01 16:06:34 +03:00
parent 57bc27ef8c
commit aebc2ba02e

View File

@ -6,9 +6,6 @@
### Added ### Added
* Builtin function `math::abs` (#130)
* A CLI for evaluating expressions. Install via `cargo install evalexpr`. (#133)
### Removed ### Removed
### Changed ### Changed
@ -19,6 +16,16 @@
### Contributors ### Contributors
## [11.0.0](https://github.com/ISibboI/evalexpr/compare/10.0.0...11.0.0) - 2023-06-01
### Added
* Builtin function `math::abs` (#130)
* A CLI for evaluating expressions. Install via `cargo install evalexpr`. (#133)
* The ability to parse integers from hex literals (#131)
### Contributors
My warmhearted thanks goes to: My warmhearted thanks goes to:
* [Heki](https://github.com/LinuxHeki) * [Heki](https://github.com/LinuxHeki)