summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index c657cd0..a462a07 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,29 @@
1# Release Notes 1# Release Notes
2 2
3## 2.02
4
5Fixed a bug that caused empty actor names look like crap.
6
7Fixed a severe bug in number parsing and storage.
8
9Children entries are not indented further than 4 levels, so that fucking Twitter-like threads are readable.
10
11Added some asserts for out-of-memory situations.
12
13The publication timestamp only shows the date, so timezone configuration and conversion is no longer an issue.
14
15The reply textareas are pre-filled with the user ids mentioned in the message.
16
17Fixed bug in the web command `Boost (by URL)`.
18
19New command-line option `purge`.
20
21Fixed a null-termination bug in Basic Authentication parsing.
22
23Updated documentation.
24
25New systemd and OpenBSD startup script examples in the examples/ directory.
26
3## 2.01 27## 2.01
4 28
5This is the first public release of the 2.x branch. 29This is the first public release of the 2.x branch.