Skip to content

Commit 4f04674

Browse files
committed
Release 1.3.1
1 parent ed0e92f commit 4f04674

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# HEAD
22

3+
# 1.3.1
4+
5+
* Allow default value to be `false` [[#66](https://github.com/pauldix/sax-machine/pull/66)]
6+
* Support adding class to an attribute [[#68](https://github.com/pauldix/sax-machine/pull/68)]
7+
* Adjust Ox handler to skip empty text/cdata values
8+
39
# 1.3.0
410

511
* Improve block modifiers to support all config options

lib/sax-machine/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SAXMachine
2-
VERSION = "1.3.0"
2+
VERSION = "1.3.1"
33
end

0 commit comments

Comments
 (0)