Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Oct 5, 2013
1 parent a463b89 commit b25637e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,20 @@
Changelog
=========

v2.0.0 (2013-10-06)
-------------------

API modifications:
* Source::Rewriter: raise an exception if updates clobber each other. (Peter Zotov)
* Source::Range#inspect: use full class name. (Peter Zotov)
* lexer.rl: make EOF tokens actually pointing at EOF and zero-length. (Peter Zotov)
* Source::Range#column_range: raise RangeError if range spans >1 line. (Peter Zotov)
* Source::Comment::Associator: fix argument order. (Peter Zotov)

Features implemented:
* Source::Comment: implement #inspect. (Peter Zotov)
* Backport Array#bsearch from Ruby 2.0. (Peter Zotov)

v2.0.0.pre8 (2013-09-15)
------------------------

Expand Down

0 comments on commit b25637e

Please sign in to comment.