diff --git a/CHANGELOG.md b/CHANGELOG.md index c6aee89..341e2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +for more information. + ## 2.14 - 2018-01-30 Various methods that yield a block now return an Enumerator when no block is diff --git a/checksum/oga-2.15-java.gem.sha512 b/checksum/oga-2.15-java.gem.sha512 new file mode 100644 index 0000000..01d7fb9 --- /dev/null +++ b/checksum/oga-2.15-java.gem.sha512 @@ -0,0 +1 @@ +beaa3a5d8c5b64288f83f141daece073b3601ff631dc33a4a7d268fcf38b5a667c44c3ed67964baa6e250501b3b965df3b6ecfeee9a407a063981e91474baef9 \ No newline at end of file diff --git a/checksum/oga-2.15.gem.sha512 b/checksum/oga-2.15.gem.sha512 new file mode 100644 index 0000000..5809816 --- /dev/null +++ b/checksum/oga-2.15.gem.sha512 @@ -0,0 +1 @@ +b5071a0cd5d2d1bf79577ed1235ac9233de5cbbffc5c47a5ba375152dbf11fc6f1c8c66253d986288817862915df350aad7a7760ec8c536b479c9d5850a34cbf \ No newline at end of file diff --git a/lib/oga/version.rb b/lib/oga/version.rb index d6d3d8c..b4af9bb 100644 --- a/lib/oga/version.rb +++ b/lib/oga/version.rb @@ -1,3 +1,3 @@ module Oga - VERSION = '2.14' + VERSION = '2.15' end # Oga