Skip to content

Commit 7f03a04

Browse files
author
Raphael Schweikert
committed
Update CHANGELOG.md to reflect changes since 5.0.4
1 parent 8cd4f40 commit 7f03a04

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
### 5.0.3 (2013-03-21)
2929

30-
* More size units recongnized
30+
* More size units recognized
3131
* *No backwards-incompatible changes*
3232
* *No deprecations*
3333

@@ -37,6 +37,43 @@
3737
* *No backwards-incompatible changes*
3838
* *No deprecations*
3939

40+
### 5.0.5 (2013-04-17)
41+
42+
* Initial support for lenient parsing (setting this parser option will catch some exceptions internally and recover the parser’s state as neatly as possible).
43+
* *No backwards-incompatible changes*
44+
* *No deprecations*
45+
46+
### 5.0.6 (2013-05-31)
47+
48+
* Fix broken unit test
49+
* *No backwards-incompatible changes*
50+
* *No deprecations*
51+
52+
### 5.0.7 (2013-08-04)
53+
54+
* Fix broken decimal point output optimization
55+
* *No backwards-incompatible changes*
56+
* *No deprecations*
57+
58+
### 5.0.8 (2013-08-15)
59+
60+
* Make default settings’ multibyte parsing option dependent on whether or not the mbstring extension is actually installed.
61+
* *No backwards-incompatible changes*
62+
* *No deprecations*
63+
64+
### 5.1.0 (2013-10-24)
65+
66+
* Performance enhancements by Michael M Slusarz
67+
* More rescue entry points for lenient parsing (unexpected tokens between declaration blocks and unclosed comments)
68+
* *No backwards-incompatible changes*
69+
* *No deprecations*
70+
71+
### 5.1.1 (2013-10-28)
72+
73+
* Updated CHANGELOG.md to reflect changes since 5.0.4
74+
* *No backwards-incompatible changes*
75+
* *No deprecations*
76+
4077
## 4.0
4178

4279
### 4.0.0 (2013-03-19)

0 commit comments

Comments
 (0)