Release 2.17
This commit is contained in:
parent
95da93949b
commit
e413165afd
|
@ -3,6 +3,14 @@
|
||||||
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`.
|
||||||
|
|
||||||
|
## 2.17 - 2019-12-02
|
||||||
|
|
||||||
|
Elements using the default XML namespace can now be queried using XPath queries,
|
||||||
|
which was broken for quite a while.
|
||||||
|
|
||||||
|
See commit <https://gitlab.com/yorickpeterse/oga/commit/95da93949bf613612981f5cd7decc0d2c2a60e15>
|
||||||
|
for more information.
|
||||||
|
|
||||||
## 2.16 - 2019-11-29
|
## 2.16 - 2019-11-29
|
||||||
|
|
||||||
* XPath namespace aliases can now be used when querying elements using XPath
|
* XPath namespace aliases can now be used when querying elements using XPath
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
4e35c653ef64ebfbbee7a933923e9cf53e988028e53cb1535127962d249501881ce35e5c7375b98e43e220b7561961a9d35fe15caf20b263b20367660a59b3eb
|
|
@ -0,0 +1 @@
|
||||||
|
9cbb14e1abea3ebec3b7e9051bff5cae466cc4e608df6aa7826add38bcdb5b406cc8090405e63128a6902b24a64082ef5b9d1a36970c399ef4c941f63f2ee305
|
|
@ -1,3 +1,3 @@
|
||||||
module Oga
|
module Oga
|
||||||
VERSION = '2.16'
|
VERSION = '2.17'
|
||||||
end # Oga
|
end # Oga
|
||||||
|
|
Loading…
Reference in New Issue