diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f22c3..75a82a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.1 - 2015-04-08 + +Oga no longer decodes any HTML entities that appear inside the body of a +` + +Would effectively be turned into: + + + +See commit 4bdc8a3fdcc3111c1e2f7de983faaaf5bb6fffb1 for more information. + ## 0.3.0 - 2015-04-03 ### Lexing of carriage returns diff --git a/checksum/oga-0.3.1-java.gem.sha512 b/checksum/oga-0.3.1-java.gem.sha512 new file mode 100644 index 0000000..ebf916f --- /dev/null +++ b/checksum/oga-0.3.1-java.gem.sha512 @@ -0,0 +1 @@ +45b984367535586c8a99e982d3ece841ae50ef37d58f7028265a532db2a12b0592c6e168e030456e4c8b3d6f5da984963d2246bf766e7a7efe0feb41fed45014 \ No newline at end of file diff --git a/checksum/oga-0.3.1.gem.sha512 b/checksum/oga-0.3.1.gem.sha512 new file mode 100644 index 0000000..7616f6c --- /dev/null +++ b/checksum/oga-0.3.1.gem.sha512 @@ -0,0 +1 @@ +2c56546ff219fffc64485e290dbc27ae1211e6c79a9eb966508534fa6bb9773629ddef52b758025e0fa59e95623bdb862d18636a9f70c392451a5b81acd43e0c \ No newline at end of file diff --git a/lib/oga/version.rb b/lib/oga/version.rb index 3eabaa2..23ea85a 100644 --- a/lib/oga/version.rb +++ b/lib/oga/version.rb @@ -1,3 +1,3 @@ module Oga - VERSION = '0.3.0' + VERSION = '0.3.1' end # Oga