Skip to content

Commit a9ed654

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 6dacf53 commit a9ed654

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,33 @@ end
268268

269269
By restricting hierarchies in favor of named setups, it is straight-forward for the developer to glance at each describe block and know exactly the setup steps involved.
270270

271+
## v1.3.1-dev
272+
273+
### 1. Enhancements
274+
275+
#### IEx
276+
277+
* [IEx.Helpers] `Add import_file_if_available` for importing files only if they are available
278+
* [IEx.Helpers] `Add import_if_available` for importing modules only if they are available
279+
280+
### 2. Bug fixes
281+
282+
#### Elixir
283+
284+
* [Kernel] Ensure aliases warnings are not accidentally discarded when the same module is imported
285+
* [Kernel.ParallelCompiler] Ensure two modules with cyclic struct dependencies cannot run into a deadlock when compiling
286+
* [Module] Do not expect stacktraces to be always present when dispatching to locals during the module compilation
287+
288+
#### IEx
289+
290+
* [IEx.Helpers] Fix `h` helper for operators
291+
292+
#### Mix
293+
294+
* [Mix] Ensure `deps.check` does not check archives (that's done in loadpaths)
295+
* [Mix] Validate application properties before traversing them
296+
* [Mix] Check for proper Makefile when compiling on Windows
297+
271298
## v1.3.0 (2016-06-21)
272299

273300
### 1. Enhancements

0 commit comments

Comments
 (0)