From 0b22000f54e3711b3505b6657d31e6e48e245ba0 Mon Sep 17 00:00:00 2001 From: Arunav Sanyal Date: Sun, 19 Feb 2017 19:17:04 -0800 Subject: [PATCH] : Release candidate for v1.9 : release --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fba35c5..c7e384ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log All notable changes to this project will be documented in this file. -## [Unreleased] +## [Release 1.9] -Add subsequent changes that you make in this section. +### Fixed bugs + +1. **Array** + - `foreach` is now removed since its already in the std library by *Khalian* + - `removeAll` is now removed since its already in the std library by *Khalian* + +2. **Date** + - `timePassed` now returns print value correctly, earlier used to return optionals in between by *Khalian* + - `testMonthAsString` fixing documentation via tests by *Khalian* + +### Added extensions 1. **Bool** - `public var toggled` in [[PR]](https://github.com/goktugyil/EZSwiftExtensions/pull/352) by *Khalian*