File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- # v0.9.1.dev
1
+ # v0.9.1 (2013-05-30)
2
2
3
3
* enhancements
4
4
* [ IEx] Limit the number of entries kept in history and allow it to be configured
12
12
* [ Kernel] Unused functions with cyclic dependencies are now also warned as unused
13
13
* [ Mix] Fix a bug where ` mix deps.get ` was not retrieving nested dependencies
14
14
* [ Record] Fix a bug where nested records cannot be defined
15
-
16
- * deprecations
17
-
18
- * backwards incompatible changes
15
+ * [ Record] Fix a bug where a record named Record cannot be defined
19
16
20
17
# v0.9.0 (2013-05-23)
21
18
Original file line number Diff line number Diff line change 1
- 0.9.1.dev
1
+ 0.9.1
Original file line number Diff line number Diff line change 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 0.9.1.dev " },
3
+ {vsn , " 0.9.1" },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments