diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-07-31 02:43:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-30 20:43:52 +0200 |
commit | 281016a8022b8e8308e3e578b2c2daa6df4a66a1 (patch) | |
tree | 2f9a0c1f2fb8654926b7aa821cf22178bdede869 /changelogs | |
parent | 19d1fe7af3ac728327732f3d54f0a3333d0b3328 (diff) | |
download | Nim-281016a8022b8e8308e3e578b2c2daa6df4a66a1.tar.gz |
add a changelog for `ensureMove` (#22347)
* add a changelog for `ensureMove` * Update changelogs/changelog_2_0_0_details.md --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changelog_2_0_0_details.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelogs/changelog_2_0_0_details.md b/changelogs/changelog_2_0_0_details.md index e3895639a..f6393b2db 100644 --- a/changelogs/changelog_2_0_0_details.md +++ b/changelogs/changelog_2_0_0_details.md @@ -344,6 +344,7 @@ + Added `toDateString`, `toISOString`, `toJSON`, `toTimeString`, `toUTCString` converters for `DateTime`. - Added `BackwardsIndex` overload for `CacheSeq`. - Added support for nested `with` blocks in `std/with`. +- Added `ensureMove` to the system module. It ensures that the passed argument is moved, otherwise an error is given at the compile time. [//]: # "Deprecations:" |