Release 3.4
This commit is contained in:
parent
0a9d6302c3
commit
c4efbcec1b
|
@ -3,6 +3,12 @@
|
|||
This document contains details of the various releases and their release dates.
|
||||
Dates are in the format `yyyy-mm-dd`.
|
||||
|
||||
## 3.4 - 2022-08-02
|
||||
|
||||
This release includes a change that when setting the child nodes of a node A,
|
||||
node A takes ownership over the entire new child tree. See merge request
|
||||
https://gitlab.com/yorickpeterse/oga/-/merge_requests/194 for more details.
|
||||
|
||||
## 3.3 - 2020-07-27
|
||||
|
||||
This release adds `to_s` as an alias for `to_xml`, thanks to Roy Zwambag. See
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
eef134163a86451be4a5ec72b262fec6a1dad10613e0d4002142b09e02cb444cc25ce018cdd62a870b266fc8dd390ba4fe110e07a2c41f50a3d8abdcc69b5dec
|
|
@ -0,0 +1 @@
|
|||
2ba0fdbfa3fa15b8d1ce5df4df4cfb3813f34399c93517f98ec8da1e82ff3cdc6e3543bf017b8246daa8b2521a64af92a9438a404b69da0f319272c510961314
|
|
@ -1,3 +1,3 @@
|
|||
module Oga
|
||||
VERSION = '3.3'
|
||||
VERSION = '3.4'
|
||||
end # Oga
|
||||
|
|
Loading…
Reference in New Issue