Release 2.16
This commit is contained in:
parent
977bd594c8
commit
d492a775bf
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -3,6 +3,18 @@
|
||||||
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.16 - 2019-11-29
|
||||||
|
|
||||||
|
* XPath namespace aliases can now be used when querying elements using XPath
|
||||||
|
expressions.
|
||||||
|
* Several RDOc and RubyGems deprecation warnings have been resolved.
|
||||||
|
|
||||||
|
See the following commits for more information:
|
||||||
|
|
||||||
|
* <https://gitlab.com/yorickpeterse/oga/commit/d9e7346b60c3afa2b3e83a240f9807c6bb819d48>
|
||||||
|
* <https://gitlab.com/yorickpeterse/oga/commit/da9721cb34f91527e72b096c6bd6a128e37b1992>
|
||||||
|
* <https://gitlab.com/yorickpeterse/oga/commit/977bd594c8bfd1a29aeba9d3a4ab7d0ebbc7d11a>
|
||||||
|
|
||||||
## 2.15 - 2018-04-11
|
## 2.15 - 2018-04-11
|
||||||
|
|
||||||
The HTML parser now allows `th` elements to occur in `thead`, `tbody`, and
|
The HTML parser now allows `th` elements to occur in `thead`, `tbody`, and
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
241e4861fb8cdb8576b72672a2ad1d59e0f72333eb203d19b8922e15091a3470d0150d417f78d2394e2c9140fa7c9d87508acc51907537f57813b8c23272922e
|
|
@ -0,0 +1 @@
|
||||||
|
5a2abc35e0696adf408f1d517865e49d511b26e39c0fe6a1f299baf77563327661498f3e1d70e20feb118810eb6457649706dc4fc3e8c45868d4b3d0ef56bfc8
|
|
@ -1,3 +1,3 @@
|
||||||
module Oga
|
module Oga
|
||||||
VERSION = '2.15'
|
VERSION = '2.16'
|
||||||
end # Oga
|
end # Oga
|
||||||
|
|
Loading…
Reference in New Issue