Docs: Update changelog

This commit is contained in:
Adam Porter 2024-08-26 07:19:09 -05:00
parent ba49d0e3c7
commit cfe5300987
2 changed files with 58 additions and 46 deletions

View file

@ -556,6 +556,10 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
** 0.9-pre
*Changes*
+ Command ~org-ql-find~ respects narrowing of the current buffer by default, allowing searching within the narrowed region. (Using one ~C-u~ argument widens the current buffer, and using two ~C-u~ arguments prompts for the buffers to search.)
+ Function ~org-ql-completing-read~ accepts a new ~NARROWP~ argument, which is passed to ~org-ql-select~.
*Compatibility*
+ Fix compilation error on Emacs 30. ([[https://github.com/alphapapa/org-ql/issues/433][#433]]. Thanks to [[https://github.com/akirak][Akira Komamura]] and [[https://github.com/monnier][Stefan Monnier]].)