You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ Overall, using `@impl` has the following advantages:
156
156
157
157
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.
158
158
159
-
## v1.5.0-rc.1 (2017-07-04)
159
+
## v1.5.0-rc.1 (2017-07-12)
160
160
161
161
### 1. Enhancements
162
162
@@ -165,7 +165,7 @@ This release brings further improvements to Calendar types. It adds arithmetic a
165
165
*[Base] Optimise Base encode/decode
166
166
*[Calendar] Implement Inspect for DateTime with Calendar.ISO
167
167
*[Enum] Introduce `Enum.chunk_every/2` and `Enum.chunk_every/4` with a more explicit API than `Enum.chunk/2` and `Enum.chunk/4`
168
-
*[Kernel] Cache the AST on definitions. This speeds up the compilation time from 10% to 15% measured across different projects.
168
+
*[Kernel] Cache the AST on definitions. This speeds up the compilation time from 10% to 15% measured across different projects
169
169
*[Stream] Introduce `Stream.chunk_every/2` and `Stream.chunk_every/4` with a more explicit API than `Stream.chunk/2` and `Stream.chunk/4`
170
170
171
171
#### IEx
@@ -185,6 +185,8 @@ This release brings further improvements to Calendar types. It adds arithmetic a
185
185
*[Inspect] Do not use colors when inspecting for error messages
186
186
*[Kernel] Improve error message on invalid patterns and guards
187
187
*[Kernel] Do not warn false positives about unused variables on rescue (regression)
188
+
*[Kernel] Ensure `do` clause in `with` is tail call optimizable
189
+
*[Protocol] Do not lose source compile info on protocol consolidation
188
190
*[Stream] Fix stream cycle over empty enumerable
189
191
*[Stream] Rename `Stream.chunk_by/4` to `Stream.chunk_while/4` (`chunk_by/4` was only part of 1.5.0-rc.0) (regression)
190
192
*[StringIO] Fix encoding and performance issues in `StringIO.get_until`
0 commit comments