From b6eb1fffbadce675a03f1bcd4a47e4b45230deab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Gon=C3=A7alves?= Date: Wed, 10 Apr 2024 00:46:52 +0200 Subject: [PATCH] Update the new features. --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 43737eb9..54266ea8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,8 @@ ## Features - Added function `sqliteIsTransacting()` to check if there are any open transactions. +- Added functions `databaseKeyAdd()` and `databaseKeyRemove()` to manage encryption and decryption +of existing databases. ## Other - Function `databaseKeyChange()` replaces `dbChangeKey()`.