Skip to content

Commit 34df817

Browse files
author
José Valim
committed
Release v1.0.2
1 parent 311a579 commit 34df817

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

3-
## v1.0.2-dev
3+
## v1.0.2 (2014-10-21)
44

55
* Bug fixes
66
* [EEx] Remove invalid warning when attempting to inline code in EEx
7+
* [EEx] Unify syntax errors to always include `file:line:`
78
* [IEx] Set null prompt function in dumb term mode
9+
* [Kernel] Do not define an ets table with the same name as the module as it clashes with user code
10+
* [Kernel] Fail compiling try expressions if they lack one of catch/after/rescue/else clauses
11+
* [Kernel] Improve error messages when parsing fails on aliases
12+
* [Kernel] Improve warnings coming from compile-time evaulation of arguments
813
* [String] Fix `String.replace/4` typespec
914

1015
## v1.0.1 (2014-10-07)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2-dev
1+
1.0.2

src/elixir.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "1.0.2-dev"},
3+
{vsn, "1.0.2"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)