From f27c965a2bb69d52c24ac8b2b2cf115af91075bb Mon Sep 17 00:00:00 2001 From: Justin Kaseman Date: Thu, 24 Aug 2023 16:14:26 -0700 Subject: [PATCH] Add v2.5.0 Functions changelog entry --- docs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0968b045e97..a1fb2353aa5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -23,6 +23,10 @@ AllowSimplePasswords=true - To migrate on production builds, update the database password set in Database.URL to be 16 - 50 characters without leading or trailing whitespace. URI parsing rules apply to the chosen password - refer to [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) for special character escape rules. +### Added + +- Various Functions improvements + ## 2.4.0 - 2023-08-21