Skip to content

Commit 1150eba

Browse files
committed
Update CHANGELOG
1 parent 18feec4 commit 1150eba

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,27 @@ Another [ExDoc](https://github.com/elixir-lang/ex_doc) feature we have incorpora
7878

7979
Finally, we have started enriching our documentation with [Mermaid.js](https://mermaid.js.org/) diagrams. You can find examples in the [GenServer](https://hexdocs.pm/elixir/main/GenServer.html) and [Supervisor](https://hexdocs.pm/elixir/main/Supervisor.html) docs.
8080

81+
## v1.16.3-dev
82+
83+
### 1. Bug fixes
84+
85+
#### Elixir
86+
87+
* [bin/elixir] Properly handle the `--dbg` flag in Elixir's CLI
88+
* [Code.Formatter] Add brackets around keyword lists when formatting the left-hand side of `when`
89+
* [Kernel] Only infer size in pinned variable in binary strings when needed
90+
* [System] Add a note that arguments are unsafe when invoking .bat/.com scripts on Windows via `System.cmd/3`
91+
* [Port] Add a note that arguments are unsafe when invoking .bat/.com scripts on Windows
92+
* [URI] Ensure `:undefined` fields are properly converted to `nil` when invoking Erlang's API
93+
94+
#### Logger
95+
96+
* [Logger] Ensure translators are persisted across logger restarts
97+
98+
#### Mix
99+
100+
* [mix compile] Ensure compile paths are accessible during compilation
101+
81102
## v1.16.2 (2024-03-10)
82103

83104
### 1. Enhancements

0 commit comments

Comments
 (0)