From 753db88ae90145c3d5eb4d7951aa3fe64548df06 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 9 Oct 2025 13:59:36 +0100 Subject: [PATCH] Add the new layout changelog. --- .gitignore | 1 + docs/CHANGES.md | 24 +++++++++++++++++++ docs/{Changes => old/changes.txt} | 4 ---- docs/{Changes.conf => old/config-changes.txt} | 0 4 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 docs/CHANGES.md rename docs/{Changes => old/changes.txt} (99%) rename docs/{Changes.conf => old/config-changes.txt} (100%) diff --git a/.gitignore b/.gitignore index 9e048eb5a..0900c57b0 100644 --- a/.gitignore +++ b/.gitignore @@ -14,5 +14,6 @@ modules/ssl_openssl.cpp modules/stats modules/xmlrpc.cpp run/ +*.diff *.mo *.pot diff --git a/docs/CHANGES.md b/docs/CHANGES.md new file mode 100644 index 000000000..fc3da4405 --- /dev/null +++ b/docs/CHANGES.md @@ -0,0 +1,24 @@ +# Anope Change Log + +## Anope 2.1.19 (unreleased) + + + +### Breaking Changes + +* `pkg-config` is now required to find dependencies for the following modules on UNIX systems: + - enc_argon2 + - ldap + - mysql + - regex_pcre2 + - regex_tre + +### Changes + +* Added support for associating a timezone with an account to allow users to receive timestamps in their local timezone. + +* Added support for language-specific time formats. + +* Reordered the information in the `nickserv/info` command output to show the registration dates before the seen information. + +* Updated the vendored libraries. diff --git a/docs/Changes b/docs/old/changes.txt similarity index 99% rename from docs/Changes rename to docs/old/changes.txt index a408ae4fb..d3458ec87 100644 --- a/docs/Changes +++ b/docs/old/changes.txt @@ -1,7 +1,3 @@ -Anope Version 2.1.19-git --------------------- -No significant changes. - Anope Version 2.1.18 -------------------- Added a check that a non-deprecated database module is loaded. diff --git a/docs/Changes.conf b/docs/old/config-changes.txt similarity index 100% rename from docs/Changes.conf rename to docs/old/config-changes.txt