Skip to content

Commit 01a1acd

Browse files
author
José Valim
committed
Release v1.3.1
1 parent 127691d commit 01a1acd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ 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
271+
## v1.3.1 (2016-06-28)
272272

273273
### 1. Enhancements
274274

@@ -281,8 +281,10 @@ By restricting hierarchies in favor of named setups, it is straight-forward for
281281

282282
#### Elixir
283283

284+
* [Kernel] Ensure structs can be expanded in dynamic module names
284285
* [Kernel] Ensure aliases warnings are not accidentally discarded when the same module is imported
285286
* [Kernel.ParallelCompiler] Ensure two modules with cyclic struct dependencies cannot run into a deadlock when compiling
287+
* [Kernel.Typespec] Support module attributes in remote types
286288
* [Module] Do not expect stacktraces to be always present when dispatching to locals during the module compilation
287289

288290
#### IEx
@@ -291,9 +293,11 @@ By restricting hierarchies in favor of named setups, it is straight-forward for
291293

292294
#### Mix
293295

296+
* [Mix] Do not load modules for xref purposes, instead use BEAM info
294297
* [Mix] Ensure `deps.check` does not check archives (that's done in loadpaths)
295298
* [Mix] Validate application properties before traversing them
296299
* [Mix] Check for proper Makefile when compiling on Windows
300+
* [Mix] Enforce space after comma in `mix do`
297301

298302
## v1.3.0 (2016-06-21)
299303

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

src/elixir.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "1.3.0"},
3+
{vsn, "1.3.1"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)