From 0cbb03b667c4cd9d07a96d8a52fbf303828cac3d Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 19 Aug 2019 13:49:50 -0500 Subject: [PATCH] Docs: Changelog --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 49682c4..d9040ca 100644 --- a/README.org +++ b/README.org @@ -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)~.