Skip to content

Commit ebc6d76

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 42fc70a commit ebc6d76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# v0.12.2-dev
22

33
* Enhancements
4+
* [EEx] Allow `EEx.AssignsEngine` to accept any Dict
45
* [Enum] Add `Enum.flat_map_reduce/3`
56
* [ExUnit] Support @moduletag in ExUnit cases
67
* [Kernel] Improve stacktraces to be relative to the compilation path and include the related application
@@ -16,12 +17,14 @@
1617
* [Mix] Ensure mix properly copies _build dependencies on Windows
1718

1819
* Deprecations
20+
* [Enum] Deprecate `Enum.first/1` in favor of `Enum.at/2` and `List.first/1`
21+
* [Kernel] Deprecate continuable heredocs. In previous versions, Elixir would continue parsing on the same line the heredoc started, this behavior has been deprecated
1922
* [Kernel] `is_alive/0` is deprecated in favor of `Node.alive?`
2023
* [Kernel] `Kernel.inspect/2` with `Inspect.Opts[]` is deprecated in favor of `Inspect.Algebra.to_doc/2`
2124
* [Kernel] `Kernel.inspect/2` with `:raw` option is deprecated, use `:records` option instead
2225

2326
* Backwards incompatible changes
24-
27+
* [String] Change `String.next_grapheme/1` and `String.next_codepoint/1` to return `nil` on string end
2528

2629
# v0.12.1 (2014-01-04)
2730

0 commit comments

Comments
 (0)