Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Mar 3, 2015
1 parent 142b467 commit 7353437
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions checksum/oga-0.2.2-java.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d77f7f9891d29b8b16686e46f86b2ef5cfcc5a55b38f822352a275445a1fb77eee72b49b7f4747f67586bda6eb62e8878a3bb3011172508adf19ba3109747f7a
1 change: 1 addition & 0 deletions checksum/oga-0.2.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ca6c16656dd7fd2fefd1530845ee834eb882079bcdaca15382661f0e7e963a7a96d20a5cdfd4801ff5ae0cff98de35e6beb2306063776a4443d0867b9f8b8c97
13 changes: 13 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
This document contains details of the various releases and their release dates.
Dates are in the format `yyyy-mm-dd`.

## 0.2.2 - 2015-03-03

This release fixes a bug where setting the text of an element using
`Oga::XML::Element#inner_text=` would not set the parent element of the newly
created text node. This would result in the following:

some_element.inner_text = 'foo'

some_element.children[0].parent # => nil

Here `parent` is supposed to return `some_element` instead. See commit
142b467277dc9864df8279347ba737ddf60f4836 for more information.

## 0.2.1 - 2015-03-02

### Proper HTML serializing support for script tags
Expand Down
2 changes: 1 addition & 1 deletion lib/oga/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Oga
VERSION = '0.2.1'
VERSION = '0.2.2'
end # Oga

0 comments on commit 7353437

Please sign in to comment.