From d1424d82fde719f8fa93041e33f9cfbb48f8f16b Mon Sep 17 00:00:00 2001 From: Juerg Lang Date: Wed, 23 Aug 2023 12:56:48 +0200 Subject: [PATCH] updated changelog --- ChangeLog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 12c6308e1..12ad2778a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file. ### Added -- ... +- a no arg function variant to `crypt/ciphers` @@ -20,7 +20,6 @@ All notable changes to this project will be documented in this file. - formal type support for unwrapping a Java object of type `Optional` through the function `java-unwrap-optional`. - detailed explanation of the role of Java formal types in Venice. (See the functions: `formal-type`, `cast`, and `remove-formal-type`) - function `crypt/ciphers` to list the available ciphers -- a no arg function variant to `ciphers` ### Improved