Skip to content

Commit 9d31768

Browse files
committed
Update CHANGELOG
1 parent 558e0ba commit 9d31768

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,35 @@ 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.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
109+
81110
## v1.16.1 (2024-01-31)
82111

83112
### 1. Bug fixes

0 commit comments

Comments
 (0)