File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,30 @@ in the long term.
117117See the new ` Logger ` documentation for more information on the
118118new 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
You can’t perform that action at this time.
0 commit comments