summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2019-08-13 07:38:07 +0200
committernarimiran <narimiran@disroot.org>2019-08-13 07:38:07 +0200
commit1874b3e786f23c6a0c7f511b118a5d1219055625 (patch)
tree09168514cc5570c7674b87c573ab90b285915239 /changelog.md
parent83397a69fc12bdee6b71d8274c0c191bad1e890e (diff)
downloadNim-1874b3e786f23c6a0c7f511b118a5d1219055625.tar.gz
[nobackport] add a changelog entry for the previous commit
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index bf2d90f0d..1b897b201 100644
--- a/changelog.md
+++ b/changelog.md
@@ -21,10 +21,13 @@
 
 - Added `unsafeColumnAt` procs, that return unsafe cstring from InstantRow. (#11647)
 
-- Make public `Sha1Digest` and `Sha1State` types and `newSha1State`, `update` and `finalize` procedures from `sha1` module. (#11694)
+- Make public `Sha1Digest` and `Sha1State` types and `newSha1State`,
+  `update` and `finalize` procedures from `sha1` module. (#11694)
 
 - Added the `std/monotimes` module which implements monotonic timestamps.
 
+- Consistent error handling of two `exec` overloads. (#10967)
+
 ## Language additions