Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dmajda committed Sep 27, 2011
1 parent f2986c2 commit 52d2aca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
@@ -1,3 +1,12 @@
0.3.0 (2011-09-27)
------------------

* Support for array matching, including quantifiers for array elements
("*", "+", "?", "{n}", "{n,}", "{,n}", "{m,n}", "{even}", "{odd}").
* New "^=" and "$=" operators matching beginning/end of a string.
* New "any" keyword that matches any node.
* Internal code improvements and fixes.

0.2.1 (2011-08-17)
------------------

Expand Down

0 comments on commit 52d2aca

Please sign in to comment.