Release 2.14
This commit is contained in:
parent
bc87711f9c
commit
6c10f41446
|
@ -3,6 +3,12 @@
|
||||||
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.14 - 2018-01-30
|
||||||
|
|
||||||
|
Various methods that yield a block now return an Enumerator when no block is
|
||||||
|
provided. See merge request
|
||||||
|
<https://gitlab.com/yorickpeterse/oga/merge_requests/184> for more information.
|
||||||
|
|
||||||
## 2.13 - 2018-01-05
|
## 2.13 - 2018-01-05
|
||||||
|
|
||||||
Leading and trailing whitespace is now removed from CSS selectors. See
|
Leading and trailing whitespace is now removed from CSS selectors. See
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
565cc42a3d776ead3bae1423af8b24279ef53f4ebdee7812bd2c842cf5660f0f6a8ac0054ed9dee37493f42335e0ab529c5aae965e218e49201c9408358ddb4c
|
|
@ -0,0 +1 @@
|
||||||
|
05cb13515c8b4e99b0c59fb7d362b7245ad97eb4a9243c6a4c9eb8c89bd2a1db19b6951a7cd6e7484493df31aa49b8e0ce64c1aa15ecd3dafd4aa6fc5578918b
|
|
@ -1,3 +1,3 @@
|
||||||
module Oga
|
module Oga
|
||||||
VERSION = '2.13'
|
VERSION = '2.14'
|
||||||
end # Oga
|
end # Oga
|
||||||
|
|
Loading…
Reference in New Issue