diff options
| -rw-r--r-- | RELEASE_NOTES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cb6d475..264027d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## 2.36 | ||
| 4 | |||
| 5 | If the user style.css does not exist, the server-wide one if served instead. | ||
| 6 | |||
| 7 | Fixed some crashes on badly-formatted input messages. | ||
| 8 | |||
| 9 | The image alt-text is also inserted in the 'title' attribute, so it's shown on mouse hover in browsers like Firefox (contributed by Haijo7). | ||
| 10 | |||
| 11 | Some improvements to HTML sanitization. | ||
| 12 | |||
| 3 | ## 2.35 | 13 | ## 2.35 |
| 4 | 14 | ||
| 5 | Fixed broken URL links with the # symbol on them. | 15 | Fixed broken URL links with the # symbol on them. |