Skip to content

Commit

Permalink
Release v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 3, 2020
1 parent 3f08379 commit 7533e56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,21 @@ The Calendar module ships with a new `Calendar.strftime/3` function, which provi

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.

## v1.11.2 (2020-11-03)

### 1. Bug fixes

#### Elixir

* [Code] Do not crash when getting docs for missing `erts` appdir
* [Kernel] Raise meaningful error if `:erlang.is_record` is used in guards
* [Kernel] Prune tracers when fetching `__ENV__` inside functions

#### Mix

* [mix] Fix regression where aliases could not call themselves recursively
* [mix compile] Do not discard tracers that are set programatically

## v1.11.1 (2020-10-16)

### 1. Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.1
1.11.2

0 comments on commit 7533e56

Please sign in to comment.