File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v1.0.2-dev
3
+ ## v1.0.2 (2014-10-21)
4
4
5
5
* Bug fixes
6
6
* [ EEx] Remove invalid warning when attempting to inline code in EEx
7
+ * [ EEx] Unify syntax errors to always include ` file:line: `
7
8
* [ 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
8
13
* [ String] Fix ` String.replace/4 ` typespec
9
14
10
15
## v1.0.1 (2014-10-07)
Original file line number Diff line number Diff line change 1
- 1.0.2-dev
1
+ 1.0.2
Original file line number Diff line number Diff line change 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 1.0.2-dev " },
3
+ {vsn , " 1.0.2" },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments