summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2024-05-11 20:23:16 -0300
committerSoniEx2 <endermoneymod@gmail.com>2024-05-11 20:23:16 -0300
commit4a4bdc1346c0a6db5dcdedd23f53883f8824b930 (patch)
treed5d551d28dde3dce2cdf496c31c1c367fb22e880
parenta2ef5613ea76cee2bb634e7b3976cc9b4f7b82d5 (diff)
Add CHANGELOG.md
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..d1a988cf
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,22 @@
+Change Log
+==========
+
+This is a list of changes applied to the project over time. This file is
+intended to provide a categorized summary of changes that's slightly easier to
+follow than a git commit log.
+
+(Future) Initial Release
+------------------------
+
+Changes made since forking from hexchat.
+
+### Features
+
+- Added some error messages when plugins perform invalid operations.
+- Added support for web+ URIs in general.
+
+### Bugfixes
+
+- Fixed some crashes when plugins remove hooks.
+
+### Removals