You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,33 @@ end
268
268
269
269
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.
270
270
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
0 commit comments