From c44916cbd5897416a1aaef6aeadce2dc728ffe9c Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 20 Dec 2019 08:29:25 +0100 Subject: [PATCH] Changelog entry for try/catch. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 9b4d81ff7..817ee9180 100644 --- a/Changelog.md +++ b/Changelog.md @@ -45,6 +45,7 @@ Language Features: * Allow global enums and structs. * Allow public variables to override external functions. * Allow underscores as delimiters in hex strings. + * Allow to react on failing external calls using ``try`` and ``catch``. * Introduce syntax for array slices and implement them for dynamic calldata arrays. * Introduce ``push()`` for dynamic storage arrays. It returns a reference to the newly allocated element, if applicable. * Introduce ``virtual`` and ``override`` keywords.