File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments