Release 1.2.3
This commit is contained in:
parent
4f94d03a85
commit
399403c290
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -3,6 +3,25 @@
|
||||||
This document contains details of the various releases and their release dates.
|
This document contains details of the various releases and their release dates.
|
||||||
Dates are in the format `yyyy-mm-dd`.
|
Dates are in the format `yyyy-mm-dd`.
|
||||||
|
|
||||||
|
## 1.2.3 - 2015-08-19
|
||||||
|
|
||||||
|
## NodeSet performance improvements
|
||||||
|
|
||||||
|
Performance of the NodeSet class has been improved, especially when used in
|
||||||
|
concurrent environments. See commit 4f94d03a85f6acabe5cc57ba8c778928e42186be for
|
||||||
|
more information.
|
||||||
|
|
||||||
|
## Comparing names in the XPath evaluator
|
||||||
|
|
||||||
|
Performance of comparing names of nodes in the XPath evaluator has been
|
||||||
|
improved thanks to Daniel Fockler.
|
||||||
|
|
||||||
|
See the following commits for more information:
|
||||||
|
|
||||||
|
* be7bc8f4234832ea16385ed92ba252850d7a890e
|
||||||
|
* fc38b39aa36f49fc38afd44c7e23ac3bfc6159e7
|
||||||
|
* 496811a23fa7c3f0498ec5721575b1c8406a5351
|
||||||
|
|
||||||
## 1.2.2 - 2015-08-14
|
## 1.2.2 - 2015-08-14
|
||||||
|
|
||||||
### Race condition in the LRU class
|
### Race condition in the LRU class
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
e47d72f74378468f19682d9cfc81ff1b319c15d56f26e85904bafda915b7997617981a0a952c7a5ec77b46014f507da38ecb4c7d73dcd8b8b20e4f3961731f45
|
|
@ -0,0 +1 @@
|
||||||
|
49287b1a35a31030f4905d3c4e460b847633f7c1af8a0e2e3b6bf2097e7316fe26edce371670ea7db6ea73a74d362dd9c2fa4f19571e532e8559534f38d59f8d
|
|
@ -1,3 +1,3 @@
|
||||||
module Oga
|
module Oga
|
||||||
VERSION = '1.2.2'
|
VERSION = '1.2.3'
|
||||||
end # Oga
|
end # Oga
|
||||||
|
|
Loading…
Reference in New Issue