summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-06-10 01:27:12 -0700
committerGitHub <noreply@github.com>2021-06-10 01:27:12 -0700
commit8a9b20579e4afde6ccd515b9840ab2c68d0fe9e6 (patch)
tree504434efeaafec440c9e7f2858df4fb9df4ca373
parent0a4858dc59b1464d4057822d60e888fa4403223e (diff)
downloadNim-8a9b20579e4afde6ccd515b9840ab2c68d0fe9e6.tar.gz
update changelog for wrapnils (#18228)
-rw-r--r--changelog.md3
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]"`.