Skip to content

Commit

Permalink
= Update implicit.ly notes for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirthias committed Sep 5, 2014
1 parent aca65a3 commit 54570f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
Version 2.0.1 (2014-09-05) Version 2.0.1 (2014-09-05)
-------------------------- --------------------------
- Fixed ScalaReflectionException under Scala 2.11 when scala-reflect is not on the classpath (#81) - Fixed ScalaReflectionException under Scala 2.11 when scala-reflect is not on the classpath (#81)
- Increased operator argument limit from 9 to 22 (#85) - Increased operator argument limit from 9 to 22 (#85)
- Added `named` rule modifier and `namedRule` helper for explicit naming of inner rules (#50) - Added `named` rule modifier and `namedRule` helper for explicit naming of inner rules (#50)
- Moved JSON benchmark into dedicated sub-project - Moved JSON benchmark into dedicated sub-project
Expand Down
12 changes: 12 additions & 0 deletions notes/2.0.1.markdown
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
This is mainly a maintenance release bringing these improvements:

- Fixed ScalaReflectionException under Scala 2.11 when scala-reflect is not on the classpath (#81)
- Increased operator argument limit from 9 to 22 (#85)
- Added `named` rule modifier and `namedRule` helper for explicit naming of inner rules (#50)
- Smaller project-internal cleanup

Additionally I have added a new documentation chapter on “Meta-Rules” [here](https://github.com/sirthias/parboiled2#advanced-techniques),
a topic which appears to become a frequently asked question on the parboiled2 mailing list.

The release announcement on the mailing list can be found
[here](https://groups.google.com/forum/#!topic/parboiled-user/Ygb_M6XU5P8).

0 comments on commit 54570f6

Please sign in to comment.