Release 0.3.1
This commit is contained in:
parent
4bdc8a3fdc
commit
421e6e910b
13
CHANGELOG.md
13
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
|
||||
`<script>` or `<style>` tag. For example, this HTML:
|
||||
|
||||
<script>foo&bar;</script>
|
||||
|
||||
Would effectively be turned into:
|
||||
|
||||
<script>foo</script>
|
||||
|
||||
See commit 4bdc8a3fdcc3111c1e2f7de983faaaf5bb6fffb1 for more information.
|
||||
|
||||
## 0.3.0 - 2015-04-03
|
||||
|
||||
### Lexing of carriage returns
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
45b984367535586c8a99e982d3ece841ae50ef37d58f7028265a532db2a12b0592c6e168e030456e4c8b3d6f5da984963d2246bf766e7a7efe0feb41fed45014
|
|
@ -0,0 +1 @@
|
|||
2c56546ff219fffc64485e290dbc27ae1211e6c79a9eb966508534fa6bb9773629ddef52b758025e0fa59e95623bdb862d18636a9f70c392451a5b81acd43e0c
|
|
@ -1,3 +1,3 @@
|
|||
module Oga
|
||||
VERSION = '0.3.0'
|
||||
VERSION = '0.3.1'
|
||||
end # Oga
|
||||
|
|
Loading…
Reference in New Issue