diff options
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changelog_0_18_1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changelogs/changelog_0_18_1.md b/changelogs/changelog_0_18_1.md index 3dab051d4..d0b7fd8ee 100644 --- a/changelogs/changelog_0_18_1.md +++ b/changelogs/changelog_0_18_1.md @@ -100,7 +100,7 @@ - We changed how array accesses "from backwards" like ``a[^1]`` or ``a[0..^1]`` are implemented. These are now implemented purely in ``system.nim`` without compiler - support. There is a new "heterogenous" slice type ``system.HSlice`` that takes 2 + support. There is a new "heterogeneous" slice type ``system.HSlice`` that takes 2 generic parameters which can be ``BackwardsIndex`` indices. ``BackwardsIndex`` is produced by ``system.^``. This means if you overload ``[]`` or ``[]=`` you need to ensure they also work @@ -660,4 +660,4 @@ for i in a..b: - Fixed "C++: SIGABRT instead of IndexError for out-of-bounds" ([#6512](https://github.com/nim-lang/Nim/issues/6512)) - Fixed "An uncaught exception in cpp mode doesn't show the exception name/msg" - ([#6431](https://github.com/nim-lang/Nim/issues/6431)) \ No newline at end of file + ([#6431](https://github.com/nim-lang/Nim/issues/6431)) |