Skip to content

Commit

Permalink
CHANGELOG for v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Mar 26, 2022
1 parent 185c719 commit 2671966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Change Log

## [0.3.1] (in development)
## [0.3.2] (in development)

## [0.3.1] 2022-26-03

* Added: Thanks to @lepapareil, @hurlenko and @ballsteve for contributing installation docs for Windows and MacOS.
* Added: `Node` and `RoNode` now have `has_property` (alias `has_attribute`) and `has_property_ns` (alias `has_attribute_ns`) to check attribute presence without allocating the value.
* Added: `xpath::is_well_formed_xpath`, thanks @bcpeinhardt !

## [0.3.0] 2021-27-05

Expand Down
2 changes: 1 addition & 1 deletion tests/xpath_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ fn cleanup_safely_unlinked_xpath_nodes() {
assert!(true, "Drops went OK.");
}

/// Tests for the fn xml_xpath_compiles
/// Tests for checking xpath well-formedness
mod compile_tests {
use libxml::xpath::is_well_formed_xpath;

Expand Down

0 comments on commit 2671966

Please sign in to comment.