Skip to content

Commit 0bb98d4

Browse files
committed
Upadte CHANGELOG
1 parent 6634773 commit 0bb98d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,14 @@ Finally, we have started enriching our documentation with [Mermaid.js](https://m
8181
* [Kernel.SpecialForms] Warn if `True`/`False`/`Nil` are used as aliases and there is no such alias
8282
* [Macro] Add `Macro.compile_apply/4`
8383
* [Module] Add support for `@nifs` annotation from Erlang/OTP 25
84+
* [Module] Add support for missing `@dialyzer` configuration
8485
* [String] Update to Unicode 15.1.0
86+
* [Task] Add `:limit` option to `Task.yield_many/2`
8587

8688
#### Mix
8789

90+
* [mix] Add `MIX_PROFILE` to profile a list of comma separated tasks
91+
* [mix compile.elixir] Optimize scenario where there are thousands of files in `lib/` and one of them is changed
8892
* [mix test] Allow testing multiple file:line at once, such as `mix test test/foo_test.exs:13 test/bar_test.exs:27`
8993

9094
### 2. Bug fixes
@@ -104,6 +108,10 @@ Finally, we have started enriching our documentation with [Mermaid.js](https://m
104108

105109
* [ExUnit] Raise on incorrectly dedented doctests
106110

111+
#### Mix
112+
113+
* [Mix] Ensure files with duplicate modules are recompiled whenever any of the files change
114+
107115
### 3. Soft deprecations (no warnings emitted)
108116

109117
#### Elixir

0 commit comments

Comments
 (0)