summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-02-26 10:40:56 +0100
committerGilrain2022-02-26 10:40:56 +0100
commita9bcdfef88a69ccd70416da8c58f1be4c57e0d55 (patch)
tree7a45fc6766a4fb309830f4787cd7a5f6452dd9e4
parent4ee5bbb1fe0ac6b38c33d0c5869ca19be16707a2 (diff)
downloadaur-a9bcdfef88a69ccd70416da8c58f1be4c57e0d55.tar.gz
wrong year in changelog headers (2022 != 2021)
-rw-r--r--changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/changelog b/changelog
index 4634c04b741c..c0263d4d2c0d 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,4 @@
-2021-02-09 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+2022-02-09 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.2.2.5-1:
[!] Fixed inadequate access verification when using proxy commands. Due to security nature of this issue, we recommend an upgrade immediately (@JustArchi, #GHSA-88ch-366c-5m89).
* 5.2.2.4-1:
@@ -8,7 +8,7 @@
Updated localization provided by our community (@JustArchi-ArchiBot).
Usual amount of other core improvements, optimizations and bugfixes (@JustArchi).
[Deprecation] ASF plugins that implement IBotCommand interface or use Bot.HasAccess(), Commands.Response() functionality will need slight code changes in regards to changes done as part #2501. We tried our best to keep them working as part of this release - the deprecated functionality will be removed in the next release cycle.
-2021-01-07 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+2022-01-07 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.2.1.5-1:
Plugins breaking: All interface methods now return a Task instead of void, this will require from you slight code changes and a recompilation to work with this release. See my commit for rationale behind this change and more info. This was required to fix a race condition in STD (below), and I wouldn't be surprised if some of your plugins had exactly the same problem, just harder to trigger (@JustArchi).
Added IUpdateAware plugin interface (@JustArchi).