Skip to content

Commit 0b22000

Browse files
committed
<Description> : Release candidate for v1.9
<Type> : release
1 parent dec0a97 commit 0b22000

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased]
4+
## [Release 1.9]
55

6-
Add subsequent changes that you make in this section.
6+
### Fixed bugs
7+
8+
1. **Array**
9+
- `foreach` is now removed since its already in the std library by *Khalian*
10+
- `removeAll` is now removed since its already in the std library by *Khalian*
11+
12+
2. **Date**
13+
- `timePassed` now returns print value correctly, earlier used to return optionals in between by *Khalian*
14+
- `testMonthAsString` fixing documentation via tests by *Khalian*
15+
16+
### Added extensions
717

818
1. **Bool**
919
- `public var toggled` in [[PR]](https://github.com/goktugyil/EZSwiftExtensions/pull/352) by *Khalian*

0 commit comments

Comments
 (0)