Skip to content

Commit ef6a888

Browse files
committed
Update CHANGELOG
1 parent 407391d commit ef6a888

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,36 @@ protocol, giving developers more control over the struct representation.
241241
See the updated documentation for `Inspect` for a general rundown on
242242
the approaches and options available.
243243

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+
244274
## v1.14.0-rc.0 (2022-08-01)
245275

246276
### 1. Enhancements

0 commit comments

Comments
 (0)