diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 219d085b1..7d1217f97 100644 --- a/changelog.md +++ b/changelog.md @@ -201,6 +201,11 @@ - Add `readLines(p: Process)` to `osproc` module for `startProcess` convenience. +- Added `intsets.toIntSet`, which creates an IntSet from an openArray. The usage + is similar to procs such as `sets.toHashSet` and `tables.toTable`. Previously, + it was necessary to create an empty IntSet and add items manually. + + ## Language changes - The `=destroy` hook no longer has to reset its target, as the compiler now automatically inserts |