Skip to content

Commit 3ae634a

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent de3bd8e commit 3ae634a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
* enhancements
2-
* [IO] Add IO.ANSI to make it easy to write ANSI escape codes
2+
* [IO] Add `IO.ANSI` to make it easy to write ANSI escape codes
33
* [Kernel] Better support for Unicode lists
4+
* [Kernel] Reduce variables footprint in `case`/`receive` clauses
5+
* [Macro] `Macro.expand` also considers macros from the current `__ENV__` module
6+
* [Typespec] Better error reporting for invalid typespecs
47

58
* bug fix
6-
* [IO] IO module should default to the group leader
9+
* [Mix] Allow Mix projects to be generated with just one letter
10+
11+
* deprecations
12+
* [Kernel] Old `:local.(args)` syntax is deprecated
713

814
# v0.8.0 (2013-01-28)
915

0 commit comments

Comments
 (0)