summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-22 23:45:33 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-22 23:45:33 -0400
commit39b8121fdd63f69eb0c86da227174df4c41c2b39 (patch)
treeb0bc20e91256f8089bf0aa416de514c622fea318
parent749851eda39056fde2452dc1de1ed089221c5695 (diff)
downloadparse-keyword-39b8121fdd63f69eb0c86da227174df4c41c2b39.tar.gz
parse-keyword-39b8121fdd63f69eb0c86da227174df4c41c2b39.zip
changelog
-rw-r--r--Changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes b/Changes
index 6f7ea19..9739a7e 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,11 @@
Revision history for Parse-Keyword
{{$NEXT}}
+ - work around some issues that would happen when you peeked past the end
+ of the line
+ - allow parsing into non-anonymous subs (this makes a difference in some
+ obscure situations)
+ - fix compilation on threaded perls
0.01 2013-07-21
- Initial release