aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-03-29 17:33:58 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-03-29 17:33:58 +0200
commit2e9e69d1b9232b6d41ae1a517f119f075fbaa760 (patch)
tree3d56b382f20dadbf2c538af52e383e0bfec5b5dd
parent5ecd440aedd5c0866daec2ab3f4d710f6e7c17f0 (diff)
downloadmum-2e9e69d1b9232b6d41ae1a517f119f075fbaa760.tar.gz
update changelog
-rw-r--r--CHANGELOG12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7ae6e9d..c1e7b5f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,8 +9,7 @@ we're in 0.x it's a lawless land anyway.
0.x, which we will revisit following 1.0.
Points under "unreleased" currently exist on main and will be part of the next
-release. Generally, if it's relevant, you should add a line here when creating
-a PR.
+release.
Unreleased
----------
@@ -18,9 +17,10 @@ Unreleased
Added
~~~~~
-* Added a noise gate
-* Added tunneling audio through TCP if UDP connection goes down
-* --version now includes the current commit hash.
+ * Added a noise gate.
+ * Added tunneling audio through TCP if UDP connection goes down.
+ * --version now includes the current commit hash.
+ * Server passwords. Thanks @rbran!
// Changed
// ~~~~~~~
@@ -31,7 +31,7 @@ Added
Fixed
~~~~~
- * Client no longer sends empty audio packets
+ * Client no longer sends empty audio packets.
* Informative error message instead of panic when a running mumd-process can't
be found.