Merge: 0.5.2

NOTE: Due to changes between 0.5 and 0.6, the fixes don't merge
cleanly, so they will be applied in subsequent commits.  See #220.
This commit is contained in:
Adam Porter 2021-06-16 17:54:33 -05:00
commit 831a21b63e
4 changed files with 107 additions and 76 deletions

View file

@ -531,6 +531,11 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
+ Predicates are now defined more cleanly with a macro (=org-ql-defpred=) that consolidates functionality related to each predicate. This will also allow users to more easily define custom predicates.
+ Version 1.0 of library ~peg~ is now required.
** 0.5.2
*Fixed*
+ Predicate ~link~'s ~:target~ and ~:regexp-p~ arguments. ([[https://github.com/alphapapa/org-ql/pull/220][#220]]. Thanks to [[https://github.com/akirak][Akira Komamura]].)
** 0.5.1
*Fixed*