Skip to content

Commit e541a56

Browse files
committed
Update changelog
1 parent 6378750 commit e541a56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* [Enum] Add `Enum.sort_by/3`
88
* [ExUnit] Match the line filter by proximity instead of exact match
99
* [IO] Add `IO.(bin)read(device, :all)`
10-
* [Kernel] Print a warning if a dangling `@doc` cause is found
10+
* [Kernel] Print a warning if a dangling `@doc` clause is found
1111
* [Mix] Use absolute symbolic links on Windows for `_build` instead of copying
1212
* [Mix] Add `Mix.compilers` that returns all default compilers used by mix tasks
1313
* [Mix] Add `mix archive`
@@ -24,6 +24,7 @@
2424
* [Kernel] Fix wording on error messages when a check/guard always passes or always fails
2525
* [Kernel] Fix a bug where an unused function warning was printed even when the function was used via `defoverridable`
2626
* [Kernel] Improve typespecs so they don't generate supertype dialyzer warnings
27+
* [Macro] `to_string` correctly displays sigils
2728
* [Mix] Ensure Mix dependencies are not compiled every second time when `mix deps.compile` is invoked
2829
* [Mix] Fix a bug where `Mix.shell.error/1` and friends choked when printing a map
2930
* [Mix] Ensure multiple `@external_resource` entries are read by Mix compilers
@@ -44,6 +45,7 @@
4445
* [Access] No longer fill in missing intermediate values with empty maps
4546
* [Kernel] `defstruct` no longer automatically defines a type
4647
* [Kernel] `exit(integer)` is no longer supported from scripts to configure the exit signal. Use `exit({:shutdown, integer})` instead
48+
* [Kernel] Default argument values have to be defined in a function head if the function has multiple clauses
4749
* [Mix] `mix archive` has been renamed to `mix archive.build`
4850
* [Mix] `Mix.shell.info/1` no longer automatically escape ANSI sequences. Instead if has to be explicitly enabled with the `ansi: true` option
4951
* [OptionParser] `--no-SWITCH` are only allowed for declared booleans switches

0 commit comments

Comments
 (0)