diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b77e186b..77c6d7ec34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Change Log +## [0.2.4] (in active development) -## [0.2.3] (in active development) +## [0.2.3] 2018-19-2018 +### Added + * `Node::findnodes` method for direct XPath search, without first explicitly instantiating a `Context`. Reusing a `Context` remains more efficient. ## [0.2.2] 2018-23-07 diff --git a/Cargo.toml b/Cargo.toml index 309a111258..66b30d2576 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libxml" -version = "0.2.2" +version = "0.2.3" authors = ["Andreas Franzén ", "Deyan Ginev ","Jan Frederik Schaefer "] description = "A Rust wrapper for libxml2 - the XML C parser and toolkit developed for the Gnome project" repository = "https://github.com/KWARC/rust-libxml"