Skip to content

Commit 3beb72e

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 45f9c9c commit 3beb72e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,23 @@ Overall, using `@impl` has the following advantages:
166166

167167
This release brings further improvements to Calendar types. It adds arithmetic and others functions to `Time`, `Date`, `NaiveDateTime` and `Datetime` as well as conversion between different calendars.
168168

169+
## v1.5.3 (2017-12-15)
170+
171+
### 1. Bug fixes
172+
173+
#### Elixir
174+
175+
* [Calendar] Consider microseconds in maximum possible Calendar.ISO datetime
176+
* [Enum] Fix `chunk_every/4` when `step > count`
177+
* [Kernel] Warn duplicate definitions in macros
178+
* [Kernel] Remove dialyzer warnings from else in with clauses
179+
* [Kernel] Do not warning on upcoming `@deprecated` and `@since` attributes for v1.6
180+
* [MapSet] Return valid MapSet when union-ing a legacy MapSet
181+
182+
#### ExUnit
183+
184+
* [ExUnit] Fix compiler warnings in `assert_receive/3`
185+
169186
## v1.5.2 (2017-09-29)
170187

171188
### 1. Enhacements

0 commit comments

Comments
 (0)