From c9f21f4ef67b06836848d5cd315ac7bc390e978d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 6 Aug 2023 12:57:26 +0100 Subject: Update the changelogs. --- docs/Changes | 11 ++++++++++- docs/Changes.conf | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/Changes b/docs/Changes index c9863b5fb..d304ad790 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,6 +1,15 @@ Anope Version 2.0.14-git ------------------------ -No significant changes. +Added support for sqlining channels on UnrealIRCd. +Fixed a crash when trying to access config for non-loaded modules. +Fixed detection of the InspIRCd nopartmsg module. +Fixed not getting memo notifications when authing with SASL. +Fixed not serialising dontkickops/dontkickvoices in botserv/kick. +Fixed sending emails with the wrong kind of line terminator. +Fixed sending log messages from a renamed pseudoclient. +Fixed telling users their passcode is incorrect when they need to authenticate in nickserv/confirm. +Fixed the Config script freezing on some versions of util-linux. +Updated the Windows packaging scripts to use dependencies from Conan. Anope Version 2.0.13 -------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index 8dbbaaed9..329af4191 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,6 @@ Anope Version 2.0.14-git ------------------------ -No significant changes. +Added mail:content_type to allow customising the content type of emails. Anope Version 2.0.13 -------------------- -- cgit