From e1ef617eaa24f700d4171ac2381647b735e17fc1 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 29 Aug 2019 10:53:38 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 747fd62..d99e5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * Add `len`, `str::regex_matches`, `str::regex_replace`, `str::to_lowercase`, `str::to_uppercase`, `str::trim` functions for strings * Add a macro for more convenient definition of contexts including the direct definition of static contexts * Add API for value decomposition + * Allow using context operations in `eval` calls without context ### Removed