diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-06-10 01:27:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 01:27:12 -0700 |
commit | 8a9b20579e4afde6ccd515b9840ab2c68d0fe9e6 (patch) | |
tree | 504434efeaafec440c9e7f2858df4fb9df4ca373 /changelog.md | |
parent | 0a4858dc59b1464d4057822d60e888fa4403223e (diff) | |
download | Nim-8a9b20579e4afde6ccd515b9840ab2c68d0fe9e6.tar.gz |
update changelog for wrapnils (#18228)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md index f141ea95a..cc6f826ee 100644 --- a/changelog.md +++ b/changelog.md @@ -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]"`. |