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 acde807 commit 2ab5d25Copy full SHA for 2ab5d25
CHANGELOG.md
@@ -5,8 +5,10 @@
5
* Bug fixes
6
* [Elixir] Don't leave spurious processes and stale data when the parallel compiler fails
7
* [IO] Make `IO.ANSI.Docs` readable on white background
8
+ * [IO] Fix `IO.ANSI.Docs` handling of `*`, `**`, `_` where they would be activated in the middle of words
9
* [Mix] Don't show hex update message on mix `local.hex`
10
* [Mix] Ensure tasks are properly underscored and camelized
11
+ * [Mix] Ensure Mix does not use ANSI escapes on Windows unless it ANSI is enabled
12
* [String] Fix LFCR being treated as a grapheme instead of CRLF
13
14
## v1.0.2 (2014-10-21)
0 commit comments