Release 2.3
This commit is contained in:
parent
dca9efb3b1
commit
de85784097
|
@ -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.3 - 2016-07-13
|
||||
|
||||
Thanks to various changes provided by Erik Michaels-Ober Oga can now be used to
|
||||
parse XML input from a pipe (as returned by for example `IO.pipe`). See the
|
||||
following pull request for more information:
|
||||
<https://github.com/YorickPeterse/oga/pull/154>.
|
||||
|
||||
## 2.2 - 2016-02-23
|
||||
|
||||
### XPath support for nested pipe operators
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
c8d3fad8132061c0d1650c1320b382e4ef81669e9db61a61127ae0f364c08c413e644c57207b94f1c0a671600aac193739b56861c60ce68f88866837c193b55d
|
|
@ -0,0 +1 @@
|
|||
1ee2b613c6c39228fadea98c073a1b31487e9dc2aa29c99c2b5221749fcf7cf99f933cb4a5f03b336d4fa8aca006ace10f6d4ff0156a109866265065ae776aa7
|
|
@ -1,3 +1,3 @@
|
|||
module Oga
|
||||
VERSION = '2.2'
|
||||
VERSION = '2.3'
|
||||
end # Oga
|
||||
|
|
Loading…
Reference in New Issue