From cd01ec0fc31209a347faf944f19922b5fb339081 Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Sat, 1 Sep 2018 12:35:17 +0700 Subject: [PATCH] Added release 2.1.0 to CHANGELOG.md file. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2b7a6..d856da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.1.0](https://github.com/corpsee/nameless-utilities/tree/2.1.0) (2018-09-01) + +[Full Changelog](https://github.com/corpsee/nameless-utilities/compare/2.0.1...2.1.0) + +### Added + +- Bc Math wrappers for working with floats. +- StringHelper methods for converting snake_case <-> CamelCase. + +### Changed + +- Updated dependencies. + + ## [2.0.1](https://github.com/corpsee/nameless-utilities/tree/2.0.1) (2018-01-07) [Full Changelog](https://github.com/corpsee/nameless-utilities/compare/2.0.0...2.0.1)