File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 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)
22
33* enhancements
4+ * [ ExUnit] ` ExUnit.CaptureIO ` now accepts an input to be used during capture
45 * [ IEx] Add support for .iex files that are loaded during shell's boot process
56 * [ IEx] Add ` import_file/1 ` helper
67
7- * bug fix
8-
9- * deprecations
10-
118* 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
1211 * [ Kernel] Erlang R15 is no longer supported
12+ * [ Kernel] Elixir modules are now represented as ` Elixir.ModuleName ` (using ` . ` instead of ` - ` as separator)
1313
1414# v0.8.3 (2013-05-22)
1515
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 11{application , elixir ,
22[{description , " elixir" },
3- {vsn , " 0.8.3 " },
3+ {vsn , " 0.9.0 " },
44 {modules , [
55 elixir
66 ]},
You can’t perform that action at this time.
0 commit comments