Skip to content

Commit

Permalink
Crystal 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary Borenszweig committed Dec 4, 2014
1 parent 7c0cd12 commit d0411b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Next
## 0.5.4 (2014-12-04)

* **(breaking change)** `require "foo"` always looks up in `CRYSTAL_PATH`. `require "./foo"` looks up relative to the requiring file.
* **(breaking change)** Renamed `Json` to `JSON`, `Xml` to `XML` and `Yaml` to `YAML` to follow [a convention](https://github.com/manastech/crystal/issues/279).
Expand All @@ -16,7 +16,6 @@
* When invoking the compiler like this: `crystal foo.cr -o foo` the `build` command is assumed instead of `run`.
* Added short symbol notation for methods that are operators (i.e. `:+`, `:*`, `:[]`, etc.).
* Added `TimeSpan#ago`, `TimeSpan#from_now`, `MonthSpan#ago` and `MonthSpan#from_now`.
* Made `alias_method`'s arguments order match that of Ruby (`alias_method new_method, old_method`).

## 0.5.3 (2014-11-06)

Expand Down

0 comments on commit d0411b6

Please sign in to comment.