From 8c473521bfd93d72355fe7f2cfec86aed315ffbe Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 24 Jun 2021 11:12:50 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a59f8..64fc0f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,27 @@ ### Contributors +## [6.2.0](https://github.com/ISibboI/evalexpr/compare/6.1.1...6.2.0) - 2021-06-24 + +### Notes + + * Increased test coverage + +### Added + + * Implemented `Clone` for `HashMapContext` + +### Contributors + +My warmhearted thanks goes to + + * [Magnus Ulimoen](https://github.com/mulimoen) + ## [6.1.1](https://github.com/ISibboI/evalexpr/compare/6.1.0...6.1.1) - 2021-06-22 ### Fixed - * Improved syntax of documentation. + * Improved syntax of documentation ## [6.1.0](https://github.com/ISibboI/evalexpr/compare/6.0.0...6.1.0) - 2021-06-02