diff --git a/CHANGELOG.md b/CHANGELOG.md index c794741..8c1c375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,6 @@ ### Added - * Builtin function `math::abs` (#130) - * A CLI for evaluating expressions. Install via `cargo install evalexpr`. (#133) - ### Removed ### Changed @@ -19,6 +16,16 @@ ### 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: * [Heki](https://github.com/LinuxHeki)