Skip to content

Commit 52cf991

Browse files
committed
Update CHANGELOG
1 parent 0c6b447 commit 52cf991

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,30 @@ in the long term.
117117
See the new `Logger` documentation for more information on the
118118
new features and on compatibility.
119119

120+
## v1.15.1
121+
122+
### 1. Bug fixes
123+
124+
#### ExUnit
125+
126+
* [ExUnit.CaptureLog] Fix race condition on concurrent `capture_log`
127+
* [ExUnit.Doctest] Properly compile doctests without results terminated by fences
128+
129+
#### IEx
130+
131+
* [IEx] Ensure `pry` works on Erlang/OTP 25 and earlier while IEx is booting
132+
133+
#### Logger
134+
135+
* [Logger.Formatter] Properly handle `:function` as metadata
136+
137+
#### Mix
138+
139+
* [mix compile] Ensure the current project is available on the code path after its Elixir sources are compiled
140+
* [mix compile] Guarantee yecc/leex are available when emitting warnings from previous runs
141+
* [mix deps] Fix an issue where dependencies could not be started in an umbrella projects
142+
* [mix release] Properly handle optional dependencies when there is a conflict in the application start mode
143+
120144
## v1.15.0 (2023-06-19)
121145

122146
### 1. Enhancements

0 commit comments

Comments
 (0)