Release 2.11

This commit is contained in:
Yorick Peterse 2017-09-07 00:11:24 +02:00
parent 39bf7ffaeb
commit f85869ecab
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
4 changed files with 10 additions and 3 deletions

View File

@ -3,13 +3,18 @@
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.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 ## 2.10 - 2017-04-18
### Fix `Element#attribute` for HTML documents when using Symbol arguments ### 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 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 documents, previously this only worked for XML documents. See
#174](https://github.com/YorickPeterse/oga/pull/174) for more information. [PR #174](https://github.com/YorickPeterse/oga/pull/174) for more information.
## 2.9 - 2017-02-10 ## 2.9 - 2017-02-10

View File

@ -0,0 +1 @@
e89ef454241cad99049fa3767eb1c76ab7e1e10a0943e6448ffc7cfc70a251f7a72a3cd61f0664c35a54791752960b6432ddd857d56d11594b6272bff44d405b

View File

@ -0,0 +1 @@
d6d3f1f133c9f93bd9cc36b7748c5b8a223d53daacb0ed0c9784fb0aac08d483c558208ddda1fc6b7b544a638a4cd89f791d397c712f622b7096d0b99ab7ec79

View File

@ -1,3 +1,3 @@
module Oga module Oga
VERSION = '2.10' VERSION = '2.11'
end # Oga end # Oga