You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,7 @@ The Calendar module ships with a new `Calendar.strftime/3` function, which provi
243
243
244
244
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.
245
245
246
-
## v1.11.0-rc.0 (2020-09-14)
246
+
## v1.11.0 (2020-10-06)
247
247
248
248
### 1. Enhancements
249
249
@@ -284,6 +284,7 @@ Mix also includes two new tasks: `mix app.config`, for application runtime confi
284
284
*[ExUnit] Add `@tag :tmp_dir` support to ExUnit. The temporary directory is automatically created and pruned before each test
285
285
*[ExUnit] Add file and line to ExUnit's `--trace`
286
286
*[ExUnit.Assertion] Allow receive timeouts to be computed at runtime
287
+
*[ExUnit.Case] Add `register_test/6` to speed up compilation of custom tests
287
288
*[ExUnit.Doctest] Allow users to add tags to doctests
288
289
289
290
#### IEx
@@ -343,6 +344,7 @@ Mix also includes two new tasks: `mix app.config`, for application runtime confi
343
344
*[Kernel] Properly parse `&//2` (i.e. the capture of the division operator)
344
345
*[Kernel] Raise `CompileError` when trying to define reserved types
345
346
*[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
346
348
*[Kernel.SpecialForms] Add `|/2` to the list of special forms to avoid inconsistent behaviour on overrides
347
349
*[Keyword] Enforce keys to be atoms in `Keyword.keys/1`
348
350
*[Record] Keep lexical ordering when creating records
@@ -359,7 +361,7 @@ Mix also includes two new tasks: `mix app.config`, for application runtime confi
359
361
#### IEx
360
362
361
363
*[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
363
365
*[IEx.Pry] Ensure `IEx.pry` can be triggered more than twice when invoked from the same process
0 commit comments