summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-10-28 18:19:45 +0200
committerGravatar default2022-10-28 18:19:45 +0200
commit899136684cdb18f2145a45f9bf137cff644779ea (patch)
treedf4b2330e7bafee5142701f1032415fbf944e5f7
parentAlso add br+slash as a valid HTML tag. (diff)
downloadpenes-snac2-899136684cdb18f2145a45f9bf137cff644779ea.tar.gz
penes-snac2-899136684cdb18f2145a45f9bf137cff644779ea.tar.xz
penes-snac2-899136684cdb18f2145a45f9bf137cff644779ea.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d134e95..ba7253c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,13 +1,15 @@
1# Release Notes 1# Release Notes
2 2
3## 2.08
4
5More aggressive HTML sanitization.
6
3## 2.07 7## 2.07
4 8
5Fixed some minor memory leaks. 9Fixed some minor memory leaks.
6 10
7Mail notifications are sent through the queue (and retried if failed). 11Mail notifications are sent through the queue (and retried if failed).
8 12
9More aggressive HTML sanitization.
10
11## 2.06 13## 2.06
12 14
13Fixed a nasty bug in newly created users. 15Fixed a nasty bug in newly created users.