Skip to content

Commit 7837cc5

Browse files
committed
Release v1.11.0
1 parent b96fc39 commit 7837cc5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ The Calendar module ships with a new `Calendar.strftime/3` function, which provi
243243

244244
Mix also includes two new tasks: `mix app.config`, for application runtime configuration, and `mix test.coverage`, which generates aggregated coverage reports for umbrella projects and for test suites partitioned across processes.
245245

246-
## v1.11.0-rc.0 (2020-09-14)
246+
## v1.11.0 (2020-10-06)
247247

248248
### 1. Enhancements
249249

@@ -284,6 +284,7 @@ Mix also includes two new tasks: `mix app.config`, for application runtime confi
284284
* [ExUnit] Add `@tag :tmp_dir` support to ExUnit. The temporary directory is automatically created and pruned before each test
285285
* [ExUnit] Add file and line to ExUnit's `--trace`
286286
* [ExUnit.Assertion] Allow receive timeouts to be computed at runtime
287+
* [ExUnit.Case] Add `register_test/6` to speed up compilation of custom tests
287288
* [ExUnit.Doctest] Allow users to add tags to doctests
288289

289290
#### IEx
@@ -343,6 +344,7 @@ Mix also includes two new tasks: `mix app.config`, for application runtime confi
343344
* [Kernel] Properly parse `&//2` (i.e. the capture of the division operator)
344345
* [Kernel] Raise `CompileError` when trying to define reserved types
345346
* [Kernel] Improve compiler error message when using `|` in a `def` signature
347+
* [Kernel] Improve error message when trying to use invalid list operators in guards
346348
* [Kernel.SpecialForms] Add `|/2` to the list of special forms to avoid inconsistent behaviour on overrides
347349
* [Keyword] Enforce keys to be atoms in `Keyword.keys/1`
348350
* [Record] Keep lexical ordering when creating records
@@ -359,7 +361,7 @@ Mix also includes two new tasks: `mix app.config`, for application runtime confi
359361
#### IEx
360362

361363
* [IEx] Fix tokenizer emitting repeated warnings in the REPL
362-
* [IEx] Ensure `dot_iex_path` is preserved when restarting the evaluator
364+
* [IEx] Ensure `--dot-iex` is preserved when restarting the evaluator and after shell respawn
363365
* [IEx.Pry] Ensure `IEx.pry` can be triggered more than twice when invoked from the same process
364366

365367
#### Mix

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0-rc.0
1+
1.11.0

0 commit comments

Comments
 (0)