diff options
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7a23b8b..78f5694 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -6,12 +6,14 @@ Fixed a search bug. | |||
| 6 | 6 | ||
| 7 | Each notification includes a link labelled `Context`, that leads to a page with the full conversation tree the post is a part of. | 7 | Each notification includes a link labelled `Context`, that leads to a page with the full conversation tree the post is a part of. |
| 8 | 8 | ||
| 9 | Fixed more crashes (thank you very much to inz for helping me debugging this). | 9 | Fixed more crashes (contributed by inz). |
| 10 | 10 | ||
| 11 | Fixed link detection in posts (contributed by inz). | 11 | Fixed link detection in posts (contributed by inz). |
| 12 | 12 | ||
| 13 | Allow multiple editors for command-line posts (contributed by inz). | 13 | Allow multiple editors for command-line posts (contributed by inz). |
| 14 | 14 | ||
| 15 | Special thanks to fellow developer inz for bringing my attention to code places where I should have been more careful. | ||
| 16 | |||
| 15 | ## 2.71 | 17 | ## 2.71 |
| 16 | 18 | ||
| 17 | Fixed memory leak (contributed by inz). | 19 | Fixed memory leak (contributed by inz). |