1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 15:44:46 +02:00

Add the new layout changelog.

This commit is contained in:
Sadie Powell
2025-10-09 13:59:36 +01:00
parent 9f6f0b445b
commit 753db88ae9
4 changed files with 25 additions and 4 deletions
+1
View File
@@ -14,5 +14,6 @@ modules/ssl_openssl.cpp
modules/stats
modules/xmlrpc.cpp
run/
*.diff
*.mo
*.pot
+24
View File
@@ -0,0 +1,24 @@
# Anope Change Log
## Anope 2.1.19 (unreleased)
<!-- Last updated for 9f6f0b445bc9387d32a78a089bea529581049683 -->
### 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.
-4
View File
@@ -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.