From e25dcfbac8f93caba2be90f7abe84a95efe38d42 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sun, 28 Nov 2010 16:47:13 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c3812fd..9d64354 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +0.5.1 (2010-11-28) +------------------ + +Small Changes: + +* Fixed a problem where "SyntaxError: Invalid range in character class." error + appeared when using command-line version on Widnows (GH-13). +* Fixed wrong version reported by "bin/pegjs --version". +* Removed two unused variables in the code. +* Fixed incorrect variable name on two places. + 0.5 (2010-06-10) ----------------