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
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,35 @@ 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.2-dev
82
+
83
+
### 1. Enhancements
84
+
85
+
#### Elixir
86
+
87
+
*[Code] Emit `:defmodule` tracing event on module definition
88
+
89
+
#### Mix
90
+
91
+
*[Mix] Add `Mix.install_project_dir/0`
92
+
*[Mix] Add environment variable for reusing `Mix.install/2` installation
93
+
*[Mix.SCM] Add `Mix.SCM.delete/1`
94
+
95
+
### 2. Bug fixes
96
+
97
+
#### Elixir
98
+
99
+
*[Code] Fix charlist formatting issue when a single-quoted charlist escapes a double-quote character
100
+
*[Path] Fix regression on how `Path.relative_to/2` dealt with "." as input
101
+
102
+
#### IEx
103
+
104
+
*[IEx.Helpers] Discard mermaid fenced blocks from ansi docs
105
+
106
+
#### ExUnit
107
+
108
+
*[ExUnit] Properly compared pinned values when building diffs
0 commit comments