Docs: Update changelog

This commit is contained in:
Adam Porter 2021-09-22 01:00:22 -05:00
parent da2bab2552
commit c006bc3804
2 changed files with 28 additions and 25 deletions

View file

@ -533,6 +533,7 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
- ~reverse~
- ~closed~ (Thanks to [[https://github.com/yejianye][Ryan Ye]].)
+ Dynamic block column ~closed~. (Thanks to [[https://github.com/yejianye][Ryan Ye]].)
+ Abbreviate filenames in bookmarks. (Thanks to [[https://github.com/akirak][Akira Komamura]].)
*Changed*
+ The order in which sorting functions is applied has been reversed. For example, ~:sort '(todo priority date)~ now does what ~:sort '(date priority todo)~ did in earlier versions. (This change is made to enable the new ~reverse~ sorting method.) Users who have customized =org-ql-views= will need to update the stored views' sorting methods to preserve the desired sort order.