summarylogtreecommitdiffstats
path: root/dpp.changelog
diff options
context:
space:
mode:
authorJakub 'Eremiell' Marek2023-03-01 23:43:55 +0100
committerJakub 'Eremiell' Marek2023-03-01 23:43:55 +0100
commit7e350597c717176f097f6b25253a44849b9052fe (patch)
tree597263a2aa7457777eae5d56f1cbd4899f204eb9 /dpp.changelog
parentc4b496bf4b0e963a4cb324385e425a7134dfbfba (diff)
downloadaur-7e350597c717176f097f6b25253a44849b9052fe.tar.gz
🔖 Update package, version 10.0.23-1
* Upstream version update * Upstream now supports packaged nlohmann::json * Support for various new small Discord features * Various bugfixes * See upstream changelog for details
Diffstat (limited to 'dpp.changelog')
-rw-r--r--dpp.changelog15
1 files changed, 13 insertions, 2 deletions
diff --git a/dpp.changelog b/dpp.changelog
index cde4417a2965..c7c46cfaaf3e 100644
--- a/dpp.changelog
+++ b/dpp.changelog
@@ -1,3 +1,14 @@
+# 10.0.23-1 / 2023-03-01
+
+* bump to new library version
+ * support for various new small Discord features
+ * various fixes
+ * see library for full changelog
+* upstream cmake now lets us use systemwide nlohmann::json
+ * was able to drop majority of our patches
+ * we still ship symlink
+ * mind that you may now need to add a define to your build
+
# 10.0.22-1 / 2023-01-08
* bump to new library version
@@ -6,8 +17,8 @@
* various fixes
* see library changelog for full list
* changes to upstream cmake changed way we deal with that
- * all cmake speific patches have been dropped
- * find_package should now wor as intended
+ * all cmake specific patches have been dropped
+ * find_package should now work as intended
* pkg-config should continue to work as before
# 10.0.21-1 / 2022-11-02