Release 3.2
This commit is contained in:
parent
7f5c0dc8b0
commit
6736bcaeba
|
@ -3,6 +3,12 @@
|
|||
This document contains details of the various releases and their release dates.
|
||||
Dates are in the format `yyyy-mm-dd`.
|
||||
|
||||
## 3.2 - 2020-01-10
|
||||
|
||||
This release fixes a few warnings that would show up when using Oga on Ruby
|
||||
2.7.0. See https://gitlab.com/yorickpeterse/oga/merge_requests/190 for more
|
||||
information.
|
||||
|
||||
## 3.1 - 2020-01-08
|
||||
|
||||
This release fixes a bug in the XML lexer that prevented the parsing of doctypes
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
b0c3740f08d33f5b9a76c6532de749b8004fb591e3bd3b745e8c57a3bbc5b3d6be4c9a02432fc32f4ae3ca53b488dc409243af91e43646ba3f486fec4738911e
|
|
@ -0,0 +1 @@
|
|||
27f941862134b9e5fc46b33d8dd642a7c816f8b0bb6448789c5f23e9da42abdc72b19713985cf81257074931a4f51e014aa551e09bcb7858cde9987ea17aca75
|
|
@ -1,3 +1,3 @@
|
|||
module Oga
|
||||
VERSION = '3.1'
|
||||
VERSION = '3.2'
|
||||
end # Oga
|
||||
|
|
Loading…
Reference in New Issue