diff --git a/doc/changelog.md b/doc/changelog.md index fb3ee06..c1d6cf3 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -42,6 +42,8 @@ perhaps other libraries) the parser _does not_ output XPath expressions as a String or a CSS specific AST. Instead it directly emits an XPath AST. This allows the resulting AST to be directly evaluated by `Oga::XPath::Evaluator`. +See for more information. + ### Mutli-line Attribute Support Oga can now lex/parse elements that have attributes with newlines in them.