diff options
author | ptmcg <ptmcg@austin.rr.com> | 2020-05-22 23:28:42 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2020-05-22 23:28:42 -0500 |
commit | cb7f7fda5604997a65c8efc958cc8dfc4985eaf7 (patch) | |
tree | dfd091d0550430373af6a2bca7cf857596a3acf1 | |
parent | 6f3b5f0f75f019a5d030872babe4e585a6bd942b (diff) | |
download | pyparsing-git-cb7f7fda5604997a65c8efc958cc8dfc4985eaf7.tar.gz |
CHANGES blurb for PR #216
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ----------------------------- |