Skip to content

Commit a77a239

Browse files
author
Ary Borenszweig
committed
Updated Changelog
1 parent 60c3089 commit a77a239

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.5.6 (2014-31-12)
2+
3+
* Added a `crystal doc` command to automatically generate documentation for a project using [Markdown](http://daringfireball.net/projects/markdown/) syntax. The style is still ugly but it's quite functional. Now we only need to start documenting things :-)
4+
* Removed the old `@:` attribute syntax.
5+
* Fixed [#311](https://github.com/manastech/crystal/issues/311): Issues with invoking lib functions in other ways (thanks @scidom).
6+
* Fixed [#314](https://github.com/manastech/crystal/issues/314): NoReturn information is not lazy.
7+
* Fixed [#317](https://github.com/manastech/crystal/issues/317): Fixes in UTF-8 encoding/decoding (thanks @yous).
8+
* Fixed [#319](https://github.com/manastech/crystal/issues/319): Unexpected EOF (thanks @Exilor).
9+
* `{{yield}}` inside macros now preserve the yielded node location, leading to much better error messages.
10+
* Added `Float#nan?`, `Float#infinite?` and `Float#finite?`.
11+
* Many other bug fixes and improvements.
12+
113
## 0.5.5 (2014-12-12)
214

315
* Removed `src` and crystal compiler `libs` directory from CRYSTAL_PATH.

0 commit comments

Comments
 (0)