Release 2.15
This commit is contained in:
parent
8ac0055e42
commit
e086515e59
|
@ -3,6 +3,12 @@
|
|||
This document contains details of the various releases and their release dates.
|
||||
Dates are in the format `yyyy-mm-dd`.
|
||||
|
||||
## 2.15 - 2018-04-11
|
||||
|
||||
The HTML parser now allows `th` elements to occur in `thead`, `tbody`, and
|
||||
`tfoot` elements. See issue <https://gitlab.com/yorickpeterse/oga/issues/190>
|
||||
for more information.
|
||||
|
||||
## 2.14 - 2018-01-30
|
||||
|
||||
Various methods that yield a block now return an Enumerator when no block is
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
beaa3a5d8c5b64288f83f141daece073b3601ff631dc33a4a7d268fcf38b5a667c44c3ed67964baa6e250501b3b965df3b6ecfeee9a407a063981e91474baef9
|
|
@ -0,0 +1 @@
|
|||
b5071a0cd5d2d1bf79577ed1235ac9233de5cbbffc5c47a5ba375152dbf11fc6f1c8c66253d986288817862915df350aad7a7760ec8c536b479c9d5850a34cbf
|
|
@ -1,3 +1,3 @@
|
|||
module Oga
|
||||
VERSION = '2.14'
|
||||
VERSION = '2.15'
|
||||
end # Oga
|
||||
|
|
Loading…
Reference in New Issue