Skip to content

Commit 9c81578

Browse files
committed
Update CHANGELOG
1 parent a9f7b8e commit 9c81578

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,31 @@ 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
247+
248+
### 1. Enhancements
249+
250+
#### Elixir
251+
252+
* [Macro] Add `Macro.unique_var/2` and `Macro.generate_unique_arguments/2`
253+
254+
### 2. Bug fixes
255+
256+
#### Elixir
257+
258+
* [Code] Do not raise when checking for operator ambiguity when `:static_atoms_encoder` is set in `Code.string_to_quoted`
259+
* [Kernel] Emit undefined function warnings from `with`
260+
* [Record] Make sure nested record names do not clobber each other
261+
262+
#### IEx
263+
264+
* [IEx.Helpers] Do not use Unicode chars if ANSI is disabled
265+
266+
#### Mix
267+
268+
* [mix release] Do not use private `ram_file:compress/1`
269+
* [mix xref] Do not crash when retrieving calls for modules in memory
270+
246271
## v1.11.2 (2020-11-03)
247272

248273
### 1. Bug fixes

0 commit comments

Comments
 (0)