Skip to content

Commit 81f007b

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 0b35996 commit 81f007b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* [Access] Allow function access on `get_in/2` and `get_and_update_in/3`
77
* [Enum] Add `Enum.sort_by/3`
88
* [ExUnit] Match the line filter by proximity instead of exact match
9+
* [Float] Support precision in `Float.ceil/1` and `Float.floor/1`
910
* [IO] Add `IO.(bin)read(device, :all)`
1011
* [Kernel] Print a warning if a dangling `@doc` clause is found
1112
* [Mix] Use absolute symbolic links on Windows for `_build` instead of copying
@@ -16,6 +17,7 @@
1617
* [Record] Allow a record to be converted to a keyword list with `record(some_record)`
1718
* [String] Improve performance of `String.split/1`
1819
* [Typespec] Allow `%Struct{}` syntax to be used in typespecs
20+
* [Typespec] Allow `record(:record, fields)` syntax to be used in typespecs
1921

2022
* Bug fixes
2123
* [IEx] Do not print ANSI sequences on `IEx.Helpers.clear/0` if ANSI sequences are not supported
@@ -47,6 +49,7 @@
4749

4850
* Backwards incompatible changes
4951
* [Access] No longer fill in missing intermediate values with empty maps
52+
* [Float] `Float.ceil/2` and `Float.floor/2` now always returns floats and no longer accept integers
5053
* [Kernel] `defstruct` no longer automatically defines a type
5154
* [Kernel] `exit(integer)` is no longer supported from scripts to configure the exit signal. Use `exit({:shutdown, integer})` instead
5255
* [Kernel] Default argument values have to be defined in a function head if the function has multiple clauses

0 commit comments

Comments
 (0)