From 1874b3e786f23c6a0c7f511b118a5d1219055625 Mon Sep 17 00:00:00 2001 From: narimiran Date: Tue, 13 Aug 2019 07:38:07 +0200 Subject: [PATCH] [nobackport] add a changelog entry for the previous commit --- changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index bf2d90f0dc..1b897b201e 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