We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90b877 commit 5b8a30bCopy full SHA for 5b8a30b
CHANGELOG.md
@@ -1,14 +1,19 @@
1
# v0.10.3-dev
2
3
* Enhancements
4
+ * [Enum] Add `Enum.take_every/2`
5
+ * [Kernel] Allow documentation for types with `@typedoc`
6
7
* Bug fixes
- * [Regex] Fix bug on `Regex.scan/3` when capturing groups and the regex has no groups
8
* [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
11
12
* Deprecations
13
14
* Backwards incompatible changes
15
+ * [Mix] `Mix.Version` was renamed to `Version`
16
+ * [Mix] `File.IteratorError` was renamed to `IO.StreamError`
17
18
# v0.10.2 (2013-09-03)
19
0 commit comments