Skip to content

Commit 2e61f32

Browse files
committed
Update CHANGELOG
1 parent 7abb3bd commit 2e61f32

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ Finally, we have started enriching our documentation with [Mermaid.js](https://m
170170

171171
#### Mix
172172

173-
* [Mix] Ensure files with duplicate modules are recompiled whenever any of the files change
173+
* [mix compile] Ensure files with duplicate modules are recompiled whenever any of the files change
174+
* [mix compile] Update Mix compiler diagnostics documentation and typespecs to match the Elixir compiler behaviour where both lines and columns start from one (before it inaccurately said that columns started from zero)
174175

175176
### 3. Soft deprecations (no warnings emitted)
176177

@@ -180,6 +181,10 @@ Finally, we have started enriching our documentation with [Mermaid.js](https://m
180181
* [Kernel.ParallelCompiler] Deprecate `Kernel.ParallelCompiler.async/1` in favor of `Kernel.ParallelCompiler.pmap/2`
181182
* [Path] Deprecate `Path.safe_relative_to/2` in favor of `Path.safe_relative/2`
182183

184+
#### Mix
185+
186+
* [mix compile] Returning a four-element tuple as a position in `Mix.Task.Compiler.Diagnostic`
187+
183188
### 4. Hard deprecations
184189

185190
#### Elixir

0 commit comments

Comments
 (0)