Skip to content

Commit

Permalink
Release v1.11.3
Browse files Browse the repository at this point in the history
josevalim committed Jan 4, 2021
1 parent 3fc334e commit d30c5c0
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -243,7 +243,7 @@ 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.3
## v1.11.3 (2021-01-04)

### 1. Enhancements

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

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

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

#### Mix

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

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.2
1.11.3

0 comments on commit d30c5c0

Please sign in to comment.