Skip to content

Commit ffe7a57

Browse files
author
José Valim
committed
Release v1.9.2
1 parent a2f14bd commit ffe7a57

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,28 @@ Another important change related to configuration is that `mix new` will no long
5858

5959
There are many other enhancements. The Elixir CLI got a handful of new options in order to best support releases. `Logger` now computes its sync/async/discard thresholds in a decentralized fashion, reducing contention. `EEx` templates support more complex expressions than before. Finally, there is a new `~U` sigil for working with UTC DateTimes as well as new functions in the `File`, `Registry`, and `System` modules.
6060

61+
## v1.9.2 (2019-10-12)
62+
63+
### 1. Enhancements
64+
65+
#### Mix
66+
67+
* [mix release] Allow `{:from_app, app_name}` as a version for releases
68+
69+
### 2. Bug fixes
70+
71+
#### Elixir
72+
73+
* [Kernel] Ensure compilation works for a variable named `super`
74+
* [Kernel] Ensure capture operator of a local function expands correctly inside a macro
75+
* [Regex] Ensure dynamic recompilation of regexes considers options. This fixes an issue where parsing the protocol in `URI.parse/1` seemingly looked case sensitive when running Elixir precompiled on another machine
76+
77+
#### Mix
78+
79+
* [mix release] Use `Base.encode32` when generating cookie to avoid unsafe chars
80+
* [mix release] Fix `install` command on Windows
81+
* [mix release] Quote executable path on Windows to ensure it works on directories with spaces
82+
6183
## v1.9.1 (2019-07-18)
6284

6385
### 1. Enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.1
1+
1.9.2

0 commit comments

Comments
 (0)