Skip to content

Commit e2ba0bd

Browse files
author
José Valim
committed
Properly order CHANGELOG
1 parent 3de4cbb commit e2ba0bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* [IEx] Allow for strings in `h` helper
99
* [IEx] Helpers `r` and `c` can handle erlang sources
1010
* [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`
1211
* [Kernel] Add `is_odd/1` and `is_even/1`
1312
* [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`
1414
* [Macro] Improve printing of the access protocol on `Macro.to_string/1`
1515
* [Macro] Add `Macro.to_string/2` to support annotations on the converted string
1616
* [Mix] Automatically recompile a project if the Elixir version changes
@@ -27,10 +27,10 @@
2727
* [Kernel] Return a readable error on oversized atoms
2828
* [Kernel] Fix default shutdown of child supervisors to `:infinity`
2929
* [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
3031
* [Mix] Fix `Mix.Version` matching on pre-release info
3132
* [Mix] Ensure `watch_exts` trigger full recompilation on change with `mix compile`
3233
* [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
3434
* [String] `String.strip/2` now supports removing unicode characters
3535
* [String] `String.slice/3` still returns the proper result when there is no length to be extracted
3636
* [System] `System.get_env/0` now returns a list of tuples as previously advertised

0 commit comments

Comments
 (0)