summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-10-14 20:58:36 +0800
committerGitHub <noreply@github.com>2022-10-14 20:58:36 +0800
commit57574eaf319a592f338f6b0b57a5f3a8fc0a466c (patch)
tree5d3d49b79624acce281d8f257fdeb0052d1e7037
parentb286448a99f9c77333d9648ae5d3042fbaf5aa48 (diff)
downloadNim-57574eaf319a592f338f6b0b57a5f3a8fc0a466c.tar.gz
fixes changelog for oids (#20565)
-rw-r--r--changelog.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index ddb299be9..13cffd439 100644
--- a/changelog.md
+++ b/changelog.md
@@ -108,8 +108,7 @@
   making limiting it to just the first char (`last = 0`) valid.
 - `random.rand` now works with `Ordinal`s.
 - Undeprecated `os.isvalidfilename`.
-- `std/oids` now uses `int64` to store time internally (before it was int32), the length of
-  the string form of `Oid` changes from 24 to 32.
+- `std/oids` now uses `int64` to store time internally (before it was int32).
 
 [//]: # "Additions:"
 - Added ISO 8601 week date utilities in `times`: