File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # v0.9.3+dev
1
+ # v0.9.3 (2013-06-23)
2
2
3
3
* enhancements
4
4
* [ File] Add ` File.chgrp ` , ` File.chmod ` and ` File.chown `
5
5
* [ Kernel] Add --warnings-as-errors to Elixir's compiler options
6
6
* [ Kernel] Print warnings to stderr
7
7
* [ Kernel] Warn on undefined module attributes
8
- * [ Kernel] Emit warning for ' x in [ ] ' in guards
8
+ * [ Kernel] Emit warning for ` x in [] ` in guards
9
9
* [ Kernel] Add ` binding/0 ` and ` binding/1 ` for retrieving bindings
10
10
* [ Kernel] ` quote ` now allows a binding as an option
11
11
* [ Macro] Add ` Macro.expand_once/2 ` and ` Macro.expand_all/2 `
Original file line number Diff line number Diff line change 1
- 0.9.3+dev
1
+ 0.9.3
Original file line number Diff line number Diff line change 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 0.9.3+dev " },
3
+ {vsn , " 0.9.3" },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments