Skip to content

Commit d30c5c0

Browse files
committed
Release v1.11.3
1 parent 3fc334e commit d30c5c0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ 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.3
246+
## v1.11.3 (2021-01-04)
247247

248248
### 1. Enhancements
249249

@@ -257,6 +257,7 @@ Mix also includes two new tasks: `mix app.config`, for application runtime confi
257257

258258
* [Code] Do not raise when checking for operator ambiguity when `:static_atoms_encoder` is set in `Code.string_to_quoted`
259259
* [Kernel] Emit undefined function warnings from `with`
260+
* [Kernel] Do not fail type checking when literals are used in guards
260261
* [Module] Do not warn for attributes used in `@after_compile`
261262
* [Record] Make sure nested record names do not clobber each other
262263

@@ -270,6 +271,7 @@ Mix also includes two new tasks: `mix app.config`, for application runtime confi
270271

271272
#### Mix
272273

274+
* [mix deps.compile] Fix compatibility with rebar v3.14
273275
* [mix release] Do not use private `ram_file:compress/1`
274276
* [mix xref] Do not crash when retrieving calls for modules in memory
275277

VERSION

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

0 commit comments

Comments
 (0)