Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Dec 30, 2011
1 parent 5f9e3e7 commit 27d1708
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# develop
* Feature: Add the ability to look up child elements by name/attributes easily
* Feature: Allow easy access to a GRXML grammar's root rule element
* Feature: Allow inlining a Grammar's rulerefs
* Bugfix: Ruby 1.8 and JRuby don't do a tree-search for const_defined?
* Bugfix: Don't try to pass a method call up to the DSL block binding if it doesn't respond to the method either

# 0.3.4
* Eager-autoload all elements so that importing will work with elements that havn't been used yet directly
* Allow using the DSL with method calls out of the block
Expand Down

0 comments on commit 27d1708

Please sign in to comment.