Skip to content

Commit 5c52598

Browse files
committed
Release v1.11.1
1 parent ccdefd9 commit 5c52598

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,30 @@ 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.1 (2020-10-16)
247+
248+
### 1. Bug fixes
249+
250+
#### Elixir
251+
252+
* [Code] Ignore tracers if lexical tracker is dead or explicitly nil when evaling code with an environment
253+
* [GenServer] Do not show warning when using `super` in `GenServer.child_spec/1`
254+
* [Kernel] Do not crash when :reduce is set to `nil` in comprehensions
255+
* [Kernel] Fix a scenario where undefined function warnings were not being emitted
256+
257+
#### IEx
258+
259+
* [IEx.Helpers] Properly handle tags inside typespec when showing Erlang docs
260+
261+
#### Logger
262+
263+
* [Logger] Do not deadlock Logger if handler crashes on sync mode
264+
265+
#### Mix
266+
267+
* [Mix] Add inet6 fallback to Mix usage of httpc
268+
* [mix compile.app] Do not list apps that do not match the current target
269+
246270
## v1.11.0 (2020-10-06)
247271

248272
### 1. Enhancements

VERSION

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

0 commit comments

Comments
 (0)