Release 2.5
This commit is contained in:
parent
68f1f9f660
commit
dd554f31e7
|
@ -3,6 +3,14 @@
|
||||||
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.5 - 2016-09-06
|
||||||
|
|
||||||
|
This release fixes a bug in the XML parser that would prevent it from parsing
|
||||||
|
doctypes that contain a mixture of public/system IDs, a name, and inline rules.
|
||||||
|
|
||||||
|
See issue <https://github.com/YorickPeterse/oga/issues/159> and commit
|
||||||
|
68f1f9f660b90a43d22c8514e8cbf53f7ca0097d for more information.
|
||||||
|
|
||||||
## 2.4 - 2016-09-04
|
## 2.4 - 2016-09-04
|
||||||
|
|
||||||
### Serialising Large Documents
|
### Serialising Large Documents
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
885d4a6155a93d50bff733c778886feb1a514ccf4bd937eabd022439622c75b83b00bd9994c974c9733e97f38b6dd02d882dc994868ca7bb90f03133cad70255
|
|
@ -0,0 +1 @@
|
||||||
|
c129448eeabb128fd223833197efeb057fb03ccd33434c897bb5e27ceceee0a32cfd6f8abe2a7ab8512c0edadad99cedc994332262cf569a623eea9fc0287473
|
|
@ -1,3 +1,3 @@
|
||||||
module Oga
|
module Oga
|
||||||
VERSION = '2.4'
|
VERSION = '2.5'
|
||||||
end # Oga
|
end # Oga
|
||||||
|
|
Loading…
Reference in New Issue