Skip to content

Commit bee0e28

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 9ee79a1 commit bee0e28

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
# v0.11.3-dev
22

33
* Enhancements
4-
* [Kernel] Add `List.delete_at/2`
4+
* [Kernel] Add `List.delete_at/2` and `List.updated_at/3`
55
* [Kernel] Add `Enum.reverse/2`
66
* [Kernel] Implement `defmodule/2`, `@/1`, `def/2` and friends in Elixir itself. `case/2`, `try/2` and `receive/1` have been made special forms. `var!/1`, `var!/2` and `alias!/1` have also been implemented in Elixir and demoted from special forms
7+
* [Record] Support dynamic fields in `defrecordp`
78
* [Typespec] Support `is_var/1` in typespecs
89

910
* Bug fixes
1011
* [HashDict] Ensure a `HashDict` stored in an attribute can be accessed via the attribute
12+
* [Enum] Fix bug in `Enum.chunks/4` where you'd get an extra element when there enumerable was a multiple of the counter and a pad was given
1113
* [Kernel] `quote location: :keep` now only affects definitions in order to keep the proper trace in definition exceptions
1214
* [Mix] Also symlink `include` directories in _build dependencies
1315

1416
* Deprecations
1517
* [File] `File.binstream!/3` is deprecated. Simply use `File.stream!/3` which is able to figure out if `stream` or `binstream` operations should be used
18+
* [Macro] `Macro.extract_args/1` is deprecated in favor of `Macro.decompose_call/1`
1619
* [Typespec] `when` clauses in typespecs were moved to the outer part of the spec
1720

1821
* Backwards incompatible changes
1922
* [Kernel] Behaviour of `Enum.drop/2` and `Enum.take/2` has been switched when given negative counts
23+
* [Mix] Require `:escript_main_module` to be set before generating escripts
2024
* [Stream] The `Stream.Lazy` structure has changed to accumulate functions and accumulators as we go (its inspected representation has also changed)
2125

2226
# v0.11.2 (2013-11-14)

0 commit comments

Comments
 (0)