You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,27 @@ Another [ExDoc](https://github.com/elixir-lang/ex_doc) feature we have incorpora
78
78
79
79
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.
80
80
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
0 commit comments