From 7cb291c523fe6dfa274969a3187fce9b4007a556 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 16 Sep 2024 09:35:50 +0200 Subject: [PATCH] Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8ed3492..66ba4fb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 2.60 + +Fixed a bug in argument parsing regarding some special characters (contributed by ndagestad). + ## 2.59 Added post drafts: new or edit post edition dialogs include a checkbox that will cause the message to not be posted, but stored in a list of drafts, directly accesible from the private timeline. From that list, drafts can be edited and definitely posted (or re-stored as a draft for later editing).