Release 2.17

This commit is contained in:
Yorick Peterse 2019-12-02 19:32:43 +01:00
parent 95da93949b
commit e413165afd
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
4 changed files with 11 additions and 1 deletions

View File

@ -3,6 +3,14 @@
This document contains details of the various releases and their release dates.
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
* XPath namespace aliases can now be used when querying elements using XPath

View File

@ -0,0 +1 @@
4e35c653ef64ebfbbee7a933923e9cf53e988028e53cb1535127962d249501881ce35e5c7375b98e43e220b7561961a9d35fe15caf20b263b20367660a59b3eb

View File

@ -0,0 +1 @@
9cbb14e1abea3ebec3b7e9051bff5cae466cc4e608df6aa7826add38bcdb5b406cc8090405e63128a6902b24a64082ef5b9d1a36970c399ef4c941f63f2ee305

View File

@ -1,3 +1,3 @@
module Oga
VERSION = '2.16'
VERSION = '2.17'
end # Oga