Skip to content

Commit 308255b

Browse files
committed
Release v1.11.4
1 parent 1e81a5b commit 308255b

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.4 (2021-03-16)
247+
248+
This release introduces fixes for better support of Erlang/OTP 24+.
249+
250+
### 1. Enhancements
251+
252+
#### Elixir
253+
254+
* [Kernel] Update formatting when printing warnings and errors from Erlang/OTP 24+
255+
* [Kernel] Support float-16 on bitstrings
256+
257+
#### Mix
258+
259+
* [mix local.rebar] This task will now install rebar3 version 3.14.4, compiled with Erlang/OTP 21
260+
246261
## v1.11.3 (2021-01-04)
247262

248263
### 1. Enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.3
1+
1.11.4

0 commit comments

Comments
 (0)