From 14659164eecd8a824c724463a98e08c9ece2d405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ekeberg?= Date: Wed, 20 May 2020 02:31:35 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 434ad56..f2e39f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.1.1] - 2020-05-20 + +### Changed + +- Allow looser typing across all methods (casting all numeric strings to integers and floats internally) + ## [1.1.0] - 2020-05-14 ### Added @@ -21,5 +27,6 @@ All notable changes to this project will be documented in this file. Initial release +[1.1.1]: https://github.com/andreekeberg/abby/releases/tag/1.1.1 [1.1.0]: https://github.com/andreekeberg/abby/releases/tag/1.1.0 -[1.0.0]: https://github.com/andreekeberg/abby/releases/tag/1.0.0 \ No newline at end of file +[1.0.0]: https://github.com/andreekeberg/abby/releases/tag/1.0.0