Release 2.8
This commit is contained in:
parent
5b4d295912
commit
b13cfdfea5
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
e948ef42c95ca8c0a8b1fe7f765c75b2be048ccd154cdafd49610e7c80c44a7592152bdc02cb37f466b62be99299b20879392518c98d4f94a0bad121d5844c44
|
|
@ -0,0 +1 @@
|
|||
59f3805163a97f3b06c13c9c46691bb34c106a4cdac3d04f57aaf93c64de74016b9485eff81d9461f21162887d1f114e6fa22bcfc0c36eb57d4ca93716ff001f
|
|
@ -1,3 +1,3 @@
|
|||
module Oga
|
||||
VERSION = '2.7'
|
||||
VERSION = '2.8'
|
||||
end # Oga
|
||||
|
|
Loading…
Reference in New Issue