Throw an exception when trying to parse a negative number as an unsigned.

Fixing issue 859.
This commit is contained in:
Chen
2020-05-20 00:48:22 +08:00
committed by GitHub
parent 4b98aedc16
commit d9c35b6079
3 changed files with 10 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
## HEAD ##
_none_
* Throws an exception when trying to parse a negative number as an unsigned integer.
## 0.6.0 ##