Add more range API's.

This commit is contained in:
Stephen Chung
2021-12-15 22:12:51 +08:00
parent 59a9ff0b0f
commit abbfa3777d
5 changed files with 42 additions and 28 deletions

View File

@@ -5,6 +5,7 @@ Version 1.4.0
=============
This version adds support for integer _ranges_ via the `..` and `..=` operators.
Many standard API's are extended with range parameters where appropriate.
New features
------------