Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary Borenszweig committed Oct 7, 2016
1 parent 3430284 commit 7f82f79
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.19.4 (07-10-2016)

* Added support for OpenBSD (thanks @wmoxam and @ysbaddaden)
* Added partial support for FreeBSD (thanks @ysbaddaden)

This comment has been minimized.

Copy link
@ysbaddaden

ysbaddaden Oct 7, 2016

Contributor

It's actually: "more iconv fixes for FreeBSD".

* Changed how `require` works for the upcoming `shards` release (this is backwards compatible). See https://github.com/crystal-lang/crystal/pull/2788
* Added `Atomic` and exposed all LLVM atomic instructions to Crystal (needed to implemented multiple-thread support)
* Added `Process.executable_path` (thanks @kostya, @whereami and @ysbaddaden)
* Added `HTML.unescape` (thanks @dukex)
* Added `Char#+(Int)` and `Char#-(Int)`
* [A few bug fixes](https://github.com/crystal-lang/crystal/issues?q=is%3Aclosed+milestone%3A0.19.4)

## 0.19.3 (30-09-2016)

* `crystal eval` now accepts some flags like `--stats`, `--release` and `--help`
Expand Down

0 comments on commit 7f82f79

Please sign in to comment.