Skip to content

Commit 5b8a30b

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent e90b877 commit 5b8a30b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# v0.10.3-dev
22

33
* Enhancements
4+
* [Enum] Add `Enum.take_every/2`
5+
* [Kernel] Allow documentation for types with `@typedoc`
46

57
* Bug fixes
6-
* [Regex] Fix bug on `Regex.scan/3` when capturing groups and the regex has no groups
78
* [IEx] Fix regression when using `:error_messages` with IEx
9+
* [Kernel] Fixed handling of multiple heredocs on the same line
10+
* [Regex] Fix bug on `Regex.scan/3` when capturing groups and the regex has no groups
811

912
* Deprecations
1013

1114
* Backwards incompatible changes
15+
* [Mix] `Mix.Version` was renamed to `Version`
16+
* [Mix] `File.IteratorError` was renamed to `IO.StreamError`
1217

1318
# v0.10.2 (2013-09-03)
1419

0 commit comments

Comments
 (0)