Skip to content

Commit 25d0e96

Browse files
committed
release 0.2.4
1 parent bd4b120 commit 25d0e96

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Change Log
22

3-
## [0.2.4] (in active development)
3+
## [0.2.5] (in active development)
4+
5+
## [0.2.4] 2018-24-09
46

57
### Added
68
* `Context::from_node` method for convenient XPath context initialization via a Node object. Possible as nodes keep a reference to their owner `Document` object.
79

810
### Changed
911
* Ensured memory safety of cloning xpath `Context` objects
10-
11-
## [0.2.3] 2018-19-2018
12+
* Switched to using `Weak` references to the owner document, in `Node`, `Context` and `Object`, to prevent memory leaks in mutli-document pipelines.
13+
* Speedup to XPath node retrieval
14+
15+
## [0.2.3] 2018-19-09
1216

1317
### Added
1418
* `Node::findnodes` method for direct XPath search, without first explicitly instantiating a `Context`. Reusing a `Context` remains more efficient.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libxml"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Andreas Franzén <[email protected]>", "Deyan Ginev <[email protected]>","Jan Frederik Schaefer <[email protected]>"]
55
description = "A Rust wrapper for libxml2 - the XML C parser and toolkit developed for the Gnome project"
66
repository = "https://github.com/KWARC/rust-libxml"

0 commit comments

Comments
 (0)