Skip to content

Commit 71c335a

Browse files
author
José Valim
committed
Release v1.9.0
1 parent 02f5d57 commit 71c335a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ 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.0-rc.0 (2019-06-04)
61+
## v1.9.0 (2019-06-24)
6262

6363
### 1. Enhancements
6464

@@ -110,6 +110,7 @@ There are many other enhancements. The Elixir CLI got a handful of new options i
110110

111111
* [Mix] Follow XDG base dir specification in Mix for temporary and configuration files
112112
* [Mix.Generator] Add `copy_file/3`, `copy_template/4`, and `overwite?/2`
113+
* [Mix.Project] Add `preferred_cli_target` that works like `preferred_cli_env`
113114
* [mix archive.uninstall] Allow `mix archive.uninstall APP` to uninstall any installed version of APP
114115
* [mix new] No longer generate a `config/` directory for mix new
115116
* [mix release] Add support for releases
@@ -125,6 +126,7 @@ There are many other enhancements. The Elixir CLI got a handful of new options i
125126
#### Elixir
126127

127128
* [Code] Quote `::` in `Code.format_string!/1` to avoid ambiguity
129+
* [Code] Do not crash formatter on false positive sigils
128130
* [Enum] Ensure the first equal entry is returned by `Enum.min/2` and `Enum.max/2`
129131
* [Kernel] Improve error message when string interpolation is used in a guard
130132
* [Kernel] Properly merge and handle docs for callbacks with multiple clauses
@@ -157,6 +159,7 @@ There are many other enhancements. The Elixir CLI got a handful of new options i
157159
* [mix compile] Ensure Erlang-based Mix compilers (erlang, leex, yecc) set valid position on diagnostics
158160
* [mix compile] Ensure compilation halts in an umbrella project if one of the siblings fail to compile
159161
* [mix deps] Raise an error if the umbrella app's dir name and `mix.exs` app name don't match
162+
* [mix deps.compile] Fix subcommand splitting bug in rebar3
160163
* [mix test] Do not consider modules that are no longer cover compiled when computing coverage report, which could lead to flawed reports
161164

162165
### 3. Soft-deprecations (no warnings emitted)

VERSION

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

0 commit comments

Comments
 (0)