update changelog for wrapnils (#18228)

This commit is contained in:
Timothee Cour
2021-06-10 01:27:12 -07:00
committed by GitHub
parent 0a4858dc59
commit 8a9b20579e

View File

@@ -285,9 +285,6 @@
- Added `std/strbasics` for high performance string operations.
Added `strip`, `setSlice`, `add(a: var string, b: openArray[char])`.
- Added to `wrapnils` an option-like API via `??.`, `isSome`, `get`.
- `std/options` changed `$some(3)` to `"some(3)"` instead of `"Some(3)"`
and `$none(int)` to `"none(int)"` instead of `"None[int]"`.