Skip to content

Commit 7938803

Browse files
author
José Valim
committed
Release v1.9.1
1 parent edc204f commit 7938803

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,30 @@ 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.1 (2019-07-18)
62+
63+
### 1. Enhancements
64+
65+
#### Mix
66+
67+
* [mix format] Print relative paths in `--check-formatted` output
68+
* [mix release] Support included applications
69+
70+
### 2. Bug fixes
71+
72+
#### Elixir
73+
74+
* [Code] Fix formatter wrongly removing nested parens in nested calls
75+
76+
#### Logger
77+
78+
* [Logger] Do not crash translator on poorly formatted supervisor names
79+
80+
#### Mix
81+
82+
* [mix compile] Raise readable error for mismatched sources during compilation
83+
* [mix release] Preserve UTF8 encoding in release config files
84+
6185
## v1.9.0 (2019-06-24)
6286

6387
### 1. Enhancements

VERSION

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

0 commit comments

Comments
 (0)