Release 2.11
This commit is contained in:
parent
39bf7ffaeb
commit
f85869ecab
|
@ -3,13 +3,18 @@
|
|||
This document contains details of the various releases and their release dates.
|
||||
Dates are in the format `yyyy-mm-dd`.
|
||||
|
||||
## 2.11 - 2017-09-07
|
||||
|
||||
Various Ruby warnings have been resolved by Loic Nageleisen. See pull request
|
||||
<https://github.com/YorickPeterse/oga/pull/180> for more information.
|
||||
|
||||
## 2.10 - 2017-04-18
|
||||
|
||||
### Fix `Element#attribute` for HTML documents when using Symbol arguments
|
||||
|
||||
You can now pass a Symbol to `Oga::XML::Element#attribute` for both XML and HTML
|
||||
documents, previously this only worked for XML documents. See [PR
|
||||
#174](https://github.com/YorickPeterse/oga/pull/174) for more information.
|
||||
documents, previously this only worked for XML documents. See
|
||||
[PR #174](https://github.com/YorickPeterse/oga/pull/174) for more information.
|
||||
|
||||
## 2.9 - 2017-02-10
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
e89ef454241cad99049fa3767eb1c76ab7e1e10a0943e6448ffc7cfc70a251f7a72a3cd61f0664c35a54791752960b6432ddd857d56d11594b6272bff44d405b
|
|
@ -0,0 +1 @@
|
|||
d6d3f1f133c9f93bd9cc36b7748c5b8a223d53daacb0ed0c9784fb0aac08d483c558208ddda1fc6b7b544a638a4cd89f791d397c712f622b7096d0b99ab7ec79
|
|
@ -1,3 +1,3 @@
|
|||
module Oga
|
||||
VERSION = '2.10'
|
||||
VERSION = '2.11'
|
||||
end # Oga
|
||||
|
|
Loading…
Reference in New Issue