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
+25-2
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,29 @@ 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.6 (2023-09-20)
121
+
122
+
This release also includes fixes to the Windows installer.
123
+
124
+
### 1. Bug fixes
125
+
126
+
#### EEx
127
+
128
+
*[EEx] Do not crash when printing tokenizer warnings
129
+
130
+
#### Elixir
131
+
132
+
*[Code] Fix formatter for nested `*` in bitstrings
133
+
*[Code] Improve feedback when an invalid block is given `Code.quoted_to_algebra/2`
134
+
*[Kernel] Trace functions before they are inlined
135
+
136
+
#### Mix
137
+
138
+
*[mix compile] Ensure `:extra_applications` declare in umbrella projects are loaded
139
+
*[mix deps.get] Do not check for invalid applications before deps.get
140
+
*[mix deps.update] Do not check for invalid applications before deps.update
141
+
*[mix format] Load plugins when invoking the formatter from an IDE
142
+
120
143
## v1.15.5 (2023-08-28)
121
144
122
145
### 1. Enhancements
@@ -152,7 +175,7 @@ new features and on compatibility.
152
175
153
176
#### Mix
154
177
155
-
*[mix archive.build] Disable protocol consolidation when building archiveson archive.install
178
+
*[mix archive.build] Disable protocol consolidation when building archives on archive.install
156
179
*[mix compile] Track removed files per local dependency (this addresses a bug where files depending on modules from path dependencies always recompiled)
157
180
*[mix release] Do not strip relevant chunks from Erlang/OTP 26
158
181
@@ -166,7 +189,7 @@ new features and on compatibility.
166
189
167
190
#### Mix
168
191
169
-
*[Mix] Allow to optout of starting apps in `Mix.install/2`
192
+
*[Mix] Allow to opt-out of starting apps in `Mix.install/2`
0 commit comments