diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index d736400f9..18eece00c 100644 --- a/changelog.md +++ b/changelog.md @@ -34,6 +34,7 @@ delimiter instead of '{' and '}'. - introduced new procs in `tables.nim`: `OrderedTable.pop`, `CountTable.del`, `CountTable.pop`, `Table.pop` +- To `strtabs.nim`, added `StringTable.clear` overload that reuses the existing mode. - Added `sugar.outplace` for turning in-place algorithms like `sort` and `shuffle` into |