Skip to content

Commit

Permalink
Add to CHANGES / make into markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Feb 4, 2013
1 parent b9a1857 commit 95c42a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES → CHANGES.md
@@ -1,7 +1,9 @@
0.1: Jul 25 2011
----------------
* initial release

0.2: Sep 24 2011
----------------
* Added custom configuration of PCRE options.
* Added non-precompiling quasiquoters.
* Fixed a bug where patterns with no captures would fail.
Expand All @@ -12,3 +14,12 @@
cause subsequent bound captures to be incorrect.
* Above bug fix actually neatened up code.
* Added configuration of default mapping pattern.

0.4: Oct 11 2012
----------------
* Made configuration into a datatype.

0.4.1: Feb 4 2013
------------------
* Precompilation bugs fixed by [takano-akio](https://github.com/takano-akio)!
Now precompilation is on by default.

0 comments on commit 95c42a1

Please sign in to comment.