File tree 4 files changed +32
-3
lines changed
4 files changed +32
-3
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,35 @@ in the long term.
117
117
See the new ` Logger ` documentation for more information on the
118
118
new features and on compatibility.
119
119
120
+ ## v1.15.5 (2023-08-28)
121
+
122
+ ### 1. Enhancements
123
+
124
+ #### IEx
125
+
126
+ * [ IEx.Autocomplete] Speed up loading of struct suggestions
127
+
128
+ ### 2. Bug fixes
129
+
130
+ #### Elixir
131
+
132
+ * [ Code.Fragment] Fix ` Code.Fragment.surround_context/2 ` for aliases and submodules of non-aliases
133
+ * [ Kernel] Ensure stacktrace is included when necessary when rescuing multiple exceptions in the same branch
134
+ * [ Kernel] Fix index in error message for unused optional arguments
135
+
136
+ #### ExUnit
137
+
138
+ * [ ExUnit.Diff] Fix scenario where diff would not show up due to a timed-out loop
139
+
140
+ #### IEx
141
+
142
+ * [ IEx] Force group leader to run as a binary and unicode in IEx
143
+
144
+ #### Mix
145
+
146
+ * [ mix compile] Do not assume ` blake ` is always available
147
+ * [ mix format] Load and compile plugins if specified in subdirectories
148
+
120
149
## v1.15.4 (2023-07-18)
121
150
122
151
### 1. Bug fixes
Original file line number Diff line number Diff line change 1
- 1.15.4
1
+ 1.15.5
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- ELIXIR_VERSION=1.15.4
4
+ ELIXIR_VERSION=1.15.5
5
5
6
6
if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ " $1 " = " --help" ] || [ " $1 " = " -h" ]; }; }; then
7
7
cat << USAGE >&2
Original file line number Diff line number Diff line change 1
1
@ if defined ELIXIR_CLI_ECHO (@ echo on) else (@ echo off)
2
2
3
- set ELIXIR_VERSION = 1.15.4
3
+ set ELIXIR_VERSION = 1.15.5
4
4
5
5
setlocal enabledelayedexpansion
6
6
if " " %1 " " == " " " " if " " %2 " " == " " " " goto documentation
You can’t perform that action at this time.
0 commit comments