summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Swift/ChangeLog.md5
-rw-r--r--Swiften/ChangeLog.md3
2 files changed, 8 insertions, 0 deletions
diff --git a/Swift/ChangeLog.md b/Swift/ChangeLog.md
index 68d1554..cf7ec70 100644
--- a/Swift/ChangeLog.md
+++ b/Swift/ChangeLog.md
@@ -7,2 +7,7 @@
- Fix display of default avatar on Windows
+- Support for automatic software updates on macOS
+- Redesigned keyword highlighing
+- Support for unicode emojis on macOS
+- Improvements to font size handling in the chat theme
+- And assorted smaller features and usability enhancements
diff --git a/Swiften/ChangeLog.md b/Swiften/ChangeLog.md
index 62cea5e..4c9ffa6 100644
--- a/Swiften/ChangeLog.md
+++ b/Swiften/ChangeLog.md
@@ -3,2 +3,5 @@
- Handle sessions being closed by the server
+- Verify certificates when using HTTPS in BOSH connections
+- In memory caching of latest entity capabilites lookups
+- Fix several smaller leaks and other bugs