aboutsummaryrefslogtreecommitdiff
path: root/changelog.d/0633.bugfix.rst
blob: 7ea660136ea5c20371dc3dc0029a454bd4a27911 (plain)
1
Fixed issue where parser.parse would occasionally raise decimal.Decimal-specific error types rather than ValueError. Reported by @amureki (gh issue #632). Fixed by @pganssle (gh pr #636).