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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
*[IEx] Allow for strings in `h` helper
9
9
*[IEx] Helpers `r` and `c` can handle erlang sources
10
10
*[IO] Added support to specifying a number of bytes to stream to `IO.stream`, `IO.binstream`, `File.stream!` and `File.binstream!`
11
-
*[List] Add `List.replace_at/3`
12
11
*[Kernel] Add `is_odd/1` and `is_even/1`
13
12
*[Kernel] Convert external functions into quoted expressions. This allows record fields to contain functions as long as they point to an `&Mod.fun/arity`
13
+
*[List] Add `List.replace_at/3`
14
14
*[Macro] Improve printing of the access protocol on `Macro.to_string/1`
15
15
*[Macro] Add `Macro.to_string/2` to support annotations on the converted string
16
16
*[Mix] Automatically recompile a project if the Elixir version changes
@@ -27,10 +27,10 @@
27
27
*[Kernel] Return a readable error on oversized atoms
28
28
*[Kernel] Fix default shutdown of child supervisors to `:infinity`
29
29
*[Kernel] Fix regression when calling a function/macro ending with bang, followed by `do/end` blocks
30
+
*[List] Fix bug on `List.insert_at/3` that added the item at the wrong position for negative indexes
30
31
*[Mix] Fix `Mix.Version` matching on pre-release info
31
32
*[Mix] Ensure `watch_exts` trigger full recompilation on change with `mix compile`
32
33
*[Mix] Fix regression on `mix clean --all`
33
-
*[List] Fix bug on `List.insert_at/3` that added the item at the wrong position for negative indexes
34
34
*[String]`String.strip/2` now supports removing unicode characters
35
35
*[String]`String.slice/3` still returns the proper result when there is no length to be extracted
36
36
*[System]`System.get_env/0` now returns a list of tuples as previously advertised
0 commit comments