Fix zero position bugs in array methods.

This commit is contained in:
Stephen Chung
2021-04-19 15:11:03 +08:00
parent 1145c5a4c0
commit c5e716e71f
2 changed files with 7 additions and 2 deletions

View File

@@ -6,6 +6,11 @@ Version 0.20.1
This version enables functions to access constants declared at global level via the special `global` module.
Bug fixes
---------
* Fixed bug when position is zero in `insert` and `split_at` methods for arrays.
Breaking changes
----------------