Docs: Changelog

This commit is contained in:
Adam Porter 2019-08-19 13:49:50 -05:00
parent f8265a233d
commit 0cbb03b667

View file

@ -456,6 +456,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
+ Function ~org-ql-query~ renamed to ~org-ql-select~. ~org-ql-query~ now refers to a new function.
+ Macro ~org-ql~ no longer accepts a ~:markers~ argument. Instead, use argument ~:action element-with-markers~. See function ~org-ql-select~, which ~org-ql~ calls.
+ Selector ~(todo)~ no longer matches "done" keywords when used without arguments (i.e. the ones in variable ~org-done-keywords~).
+ Overhauled date/time-based predicates. See documentation for new argument signatures.
*Removed*
+ Selector ~(date)~, replaced by ~(ts)~.