File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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)
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 11{application , elixir ,
22[{description , " elixir" },
3- {vsn , " 1.0.2-dev " },
3+ {vsn , " 1.0.2" },
44 {modules , [
55 elixir
66 ]},
You can’t perform that action at this time.
0 commit comments