diff --git a/docs/3/change-log.md b/docs/3/change-log.md index 4d394d5b..e17236ef 100644 --- a/docs/3/change-log.md +++ b/docs/3/change-log.md @@ -8,12 +8,14 @@ This page lists changes which have happened between releases. ### InspIRCd 3.17.0 - +**This version of InspIRCd was released on 2023-12-22.** -**This version of InspIRCd has not yet been released.** +- Added `/LOGIN` and `/LOGOUT` aliases to the generic services example file. - Added an example post-deploy hook script for use with CertBot, Dehydrated, or other ACME SSL (TLS) renewal tools. +- Added the `$address` variable which contains the user IP address or UNIX socket path for use in aliases. + - Changed SVSHOLDs to also force existing users to change their nick on add. - Fixed a crash on shutdown on some systems when using `--nofork` and the ssl_gnutls module.