summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2020-05-22 23:28:42 -0500
committerptmcg <ptmcg@austin.rr.com>2020-05-22 23:28:42 -0500
commitcb7f7fda5604997a65c8efc958cc8dfc4985eaf7 (patch)
treedfd091d0550430373af6a2bca7cf857596a3acf1
parent6f3b5f0f75f019a5d030872babe4e585a6bd942b (diff)
downloadpyparsing-git-cb7f7fda5604997a65c8efc958cc8dfc4985eaf7.tar.gz
CHANGES blurb for PR #216
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 864ed74..4695281 100644
--- a/CHANGES
+++ b/CHANGES
@@ -72,6 +72,10 @@ Version 3.0.0a2
- Modified refactored modules to use relative imports, as
pointed out by setuptools project member jaraco, thank you!
+- Off-by-one bug found in the roman_numerals.py example, a bug
+ that has been there for about 14 years! PR submitted by
+ Jay Pedersen, nice catch!
+
Version 3.0.0a1 - April, 2020
-----------------------------