Release 0.3.4

This commit is contained in:
Yorick Peterse 2015-04-19 22:19:02 +02:00
parent da62fcd75d
commit 84e1bfc955
4 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,13 @@
This document contains details of the various releases and their release dates. This document contains details of the various releases and their release dates.
Dates are in the format `yyyy-mm-dd`. Dates are in the format `yyyy-mm-dd`.
## 0.3.4 - 2015-04-19
XML and HTML entities are decoded in the SAX parser before data is passed to a
custom handler class.
See commit da62fcd75d0889e4539e7390777a906a914a78c0 for more information.
## 0.3.3 - 2015-04-18 ## 0.3.3 - 2015-04-18
### Improved lexer support for script/style tags ### Improved lexer support for script/style tags

View File

@ -0,0 +1 @@
ab9b37bec702eddc7fa9b97e92a804fdb7937bc630bcfd786345f8ca7ba81cf3a45a8f638416ba1e51db9f7febb38cd5ac3a1bccf9276f008267bbc06f27295c

View File

@ -0,0 +1 @@
d8936b2981524f5b879a449919451c94b162a47678e525fafe85c17321d4ec29adaf94e96813f795804892759dbd66c8cc028ca68191f56fa17fe483b44df96e

View File

@ -1,3 +1,3 @@
module Oga module Oga
VERSION = '0.3.3' VERSION = '0.3.4'
end # Oga end # Oga