summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2017-12-15 11:16:33 +0100
committerJosé Valim <jose.valim@plataformatec.com.br>2017-12-15 11:16:33 +0100
commit3beb72e6f4fbc57640165cb2304bb6ff31a54772 (patch)
treeb662877efdea835e38d6d556aa0d742da55795ec
parent45f9c9c1cebd9c0c640d3aac9159eda7dae3f982 (diff)
downloadelixir-3beb72e6f4fbc57640165cb2304bb6ff31a54772.tar.gz
Update CHANGELOG
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20310ef5b..7bdef3710 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -166,6 +166,23 @@ Overall, using `@impl` has the following advantages:
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.
+## v1.5.3 (2017-12-15)
+
+### 1. Bug fixes
+
+#### Elixir
+
+ * [Calendar] Consider microseconds in maximum possible Calendar.ISO datetime
+ * [Enum] Fix `chunk_every/4` when `step > count`
+ * [Kernel] Warn duplicate definitions in macros
+ * [Kernel] Remove dialyzer warnings from else in with clauses
+ * [Kernel] Do not warning on upcoming `@deprecated` and `@since` attributes for v1.6
+ * [MapSet] Return valid MapSet when union-ing a legacy MapSet
+
+#### ExUnit
+
+ * [ExUnit] Fix compiler warnings in `assert_receive/3`
+
## v1.5.2 (2017-09-29)
### 1. Enhacements