From 2b5ed30428ebc98579edb814da67899c52449e11 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sun, 13 Mar 2022 12:30:08 +0200 Subject: [PATCH] Update changelog for 7.1.0 release. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ddd63..97f7403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,18 @@ ### Contributors +## [7.1.0](https://github.com/ISibboI/evalexpr/compare/7.0.1...7.1.0) - 2022-03-13 + +### Added + + * Bit shift functions `shl` and `shr`, same as Rust's shift functions on `i64`. + +### Contributors + +My warmhearted thanks goes to + + * [Diane Sparks](https://github.com/FractalDiane) + ## [7.0.1](https://github.com/ISibboI/evalexpr/compare/7.0.0...7.0.1) - 2022-02-20 ### Changed