File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,36 @@ protocol, giving developers more control over the struct representation.
241
241
See the updated documentation for ` Inspect ` for a general rundown on
242
242
the approaches and options available.
243
243
244
+ ## v1.14.0-rc.1 (2022-08-13)
245
+
246
+ ### 1. Enhancements
247
+
248
+ #### IEx
249
+
250
+ * [ IEx.Helpers] Support sigils in ` h/1 `
251
+
252
+ #### Mix
253
+
254
+ * [ Mix] Add ` :config_path ` and ` :lockfile ` options to ` Mix.install/2 `
255
+
256
+ ### 2. Bug fixes
257
+
258
+ #### Elixir
259
+
260
+ * [ Enum] Fix usage of range with ` steps != 1 ` in a few functions (regression)
261
+ * [ Kernel] Fix usage of range with ` steps != 1 ` on ` binary_slice/2 ` (regression)
262
+ * [ Kernel] Recursively expand pipelines on right-hand side of ` |> ` (regression)
263
+ * [ Module] Fix loop while unifying type variables
264
+ * [ System] Raise non-generic exception on missing env in ` System.fetch_env!/1 ` to mirror map operations
265
+
266
+ #### IEx
267
+
268
+ * [ IEx] Continue parsing after ` --no-pry ` (regression)
269
+
270
+ #### Mix
271
+
272
+ * [ Mix] Properly compile-dependencies on ` mix format `
273
+
244
274
## v1.14.0-rc.0 (2022-08-01)
245
275
246
276
### 1. Enhancements
You can’t perform that action at this time.
0 commit comments