File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # v0.9.0.dev
1
+ # v0.9.0 (2013-05-23)
2
2
3
3
* enhancements
4
+ * [ ExUnit] ` ExUnit.CaptureIO ` now accepts an input to be used during capture
4
5
* [ IEx] Add support for .iex files that are loaded during shell's boot process
5
6
* [ IEx] Add ` import_file/1 ` helper
6
7
7
- * bug fix
8
-
9
- * deprecations
10
-
11
8
* backwards incompatible changes
9
+ * [ Enum] ` Enum.Iterator ` was replaced by the more composable and functional ` Enumerable ` protocol which supports reductions
10
+ * [ File] ` File.iterator/1 ` and ` File.biniterator/1 ` have been removed in favor of the safe ` File.iterator!/1 ` and ` File.biniterator!/1 ` ones
12
11
* [ Kernel] Erlang R15 is no longer supported
12
+ * [ Kernel] Elixir modules are now represented as ` Elixir.ModuleName ` (using ` . ` instead of ` - ` as separator)
13
13
14
14
# v0.8.3 (2013-05-22)
15
15
Original file line number Diff line number Diff line change 1
- 0.8.3
1
+ 0.9.0
Original file line number Diff line number Diff line change 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 0.8.3 " },
3
+ {vsn , " 0.9.0 " },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments