Release 2.8

This commit is contained in:
Yorick Peterse 2017-01-04 12:28:37 +01:00
parent 5b4d295912
commit b13cfdfea5
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
4 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,13 @@
This document contains details of the various releases and their release dates.
Dates are in the format `yyyy-mm-dd`.
## 2.8 - 2017-01-04
Ruby 2.4 deprecates Fixnum in favour of Integer, producing warnings whenever
Fixnum is used. Oga 2.8 contains a fix contributed by Po Shan Cheah to remove
these deprecation warnings. See commit c75ca96d229a50b369e16057622255a674f2cabc
for more information.
## 2.7 - 2016-09-27
### Closing Elements When Generating XML

View File

@ -0,0 +1 @@
e948ef42c95ca8c0a8b1fe7f765c75b2be048ccd154cdafd49610e7c80c44a7592152bdc02cb37f466b62be99299b20879392518c98d4f94a0bad121d5844c44

View File

@ -0,0 +1 @@
59f3805163a97f3b06c13c9c46691bb34c106a4cdac3d04f57aaf93c64de74016b9485eff81d9461f21162887d1f114e6fa22bcfc0c36eb57d4ca93716ff001f

View File

@ -1,3 +1,3 @@
module Oga
VERSION = '2.7'
VERSION = '2.8'
end # Oga