Skip to content

Commit 7533e56

Browse files
committed
Release v1.11.2
1 parent 3f08379 commit 7533e56

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,21 @@ 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.2 (2020-11-03)
247+
248+
### 1. Bug fixes
249+
250+
#### Elixir
251+
252+
* [Code] Do not crash when getting docs for missing `erts` appdir
253+
* [Kernel] Raise meaningful error if `:erlang.is_record` is used in guards
254+
* [Kernel] Prune tracers when fetching `__ENV__` inside functions
255+
256+
#### Mix
257+
258+
* [mix] Fix regression where aliases could not call themselves recursively
259+
* [mix compile] Do not discard tracers that are set programatically
260+
246261
## v1.11.1 (2020-10-16)
247262

248263
### 1. Bug fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.1
1+
1.11.2

0 commit comments

Comments
 (0)