From 59ddd64b397bb8b925d378abf3a6e9c9c52b20a7 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sun, 21 May 2023 10:30:00 +0300 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f021d9..e9236bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,17 +16,29 @@ ### Contributors -## [9.1.0](https://github.com/ISibboI/evalexpr/compare/9.0.0...9.1.0) - 2023-05-16 +## [10.0.0](https://github.com/ISibboI/evalexpr/compare/9.1.0...10.0.0) - 2023-05-21 ### Added -* Builtin functions `contains` and `contains_any` (#127) + * Builtin functions can now be disabled (#129) ### Contributors My warmhearted thanks goes to: -* [nickisyourfan](https://github.com/nickisyourfan) + * [hexofyore](https://github.com/hexofyore) + +## [9.1.0](https://github.com/ISibboI/evalexpr/compare/9.0.0...9.1.0) - 2023-05-16 + +### Added + + * Builtin functions `contains` and `contains_any` (#127) + +### Contributors + +My warmhearted thanks goes to: + + * [nickisyourfan](https://github.com/nickisyourfan) ## [9.0.0](https://github.com/ISibboI/evalexpr/compare/8.2.0...9.0.0) - 2023-04-13