Release 2.2

This commit is contained in:
Yorick Peterse 2016-02-23 22:36:15 +01:00
parent 6d3c5c2ce9
commit dead5b4f51
4 changed files with 11 additions and 1 deletions

View File

@ -3,6 +3,14 @@
This document contains details of the various releases and their release dates.
Dates are in the format `yyyy-mm-dd`.
## 2.2 - 2016-02-23
### XPath support for nested pipe operators
Nested pipe operators such as `a | b | c` are now supported as XPath
expressions. See issue <https://github.com/YorickPeterse/oga/issues/149> and
commit 6d3c5c2ce93cbce337338bdc1a4971da72517038 for more information.
## 2.1 - 2016-02-09
### Preserving entities that can't be decoded

View File

@ -0,0 +1 @@
ccc4f79b4b0a6041f1d8fbc6468655769ef207889e32cba9fddccf512fab524b5017d97a1290e3b8016b1911cde65febe9255edee72dd01a5f41077790f09701

View File

@ -0,0 +1 @@
4a81fb7280e68714ab2c1a24282c9204c088a0aa8938ae2101ee5493604e5298204a6bb275c620a1fb4c2824001b2f31348b9ca019629ba4de5fbaa65a123994

View File

@ -1,3 +1,3 @@
module Oga
VERSION = '2.1'
VERSION = '2.2'
end # Oga