Release 2.12
This commit is contained in:
parent
f574197ea6
commit
db00fcdd55
|
@ -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.12 - 2017-12-29
|
||||
|
||||
Element start tags containing other start tags (e.g. `<script<script>`) are now
|
||||
parser correctly.
|
||||
|
||||
See f574197ea657cf09405336ca618a22e32c94d0d0 for more information.
|
||||
|
||||
## 2.11 - 2017-09-07
|
||||
|
||||
Various Ruby warnings have been resolved by Loic Nageleisen. See pull request
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
5389228f4c92851e74396e507c37b0fbe8659522fad0932954a710640268cd51926185b0d4c7887b6d5c13f11af0dbde45fb43d0dd1adce5d8688f050d2de1ed
|
|
@ -0,0 +1 @@
|
|||
ab7a64c63bf2f03ecfe42f45199c943d60240eed0ee57f71e1d05fe8d29264c942f12bba8c34d3e3c22f4cb502611d3c65bda17a8c4afec9a593599537c143b6
|
|
@ -1,3 +1,3 @@
|
|||
module Oga
|
||||
VERSION = '2.11'
|
||||
VERSION = '2.12'
|
||||
end # Oga
|
||||
|
|
Loading…
Reference in New Issue