Release 0.3.4
This commit is contained in:
parent
da62fcd75d
commit
84e1bfc955
|
@ -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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
ab9b37bec702eddc7fa9b97e92a804fdb7937bc630bcfd786345f8ca7ba81cf3a45a8f638416ba1e51db9f7febb38cd5ac3a1bccf9276f008267bbc06f27295c
|
|
@ -0,0 +1 @@
|
||||||
|
d8936b2981524f5b879a449919451c94b162a47678e525fafe85c17321d4ec29adaf94e96813f795804892759dbd66c8cc028ca68191f56fa17fe483b44df96e
|
|
@ -1,3 +1,3 @@
|
||||||
module Oga
|
module Oga
|
||||||
VERSION = '0.3.3'
|
VERSION = '0.3.4'
|
||||||
end # Oga
|
end # Oga
|
||||||
|
|
Loading…
Reference in New Issue