Skip to content

Commit 06b9758

Browse files
committed
updated CHANGELOG for version 0.2.1
1 parent 147c379 commit 06b9758

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Version 0.*
44

5+
* v0.2.1 (23.04.2015)
6+
7+
* fixed matching simple parameter values enclosed by delimiters,
8+
* fixed missing support for escaping characters inside parameter values.
9+
510
* v0.2.0 (17.04.2015)
611

712
* added HandlerInterface to enable shortcode handlers with basic validation capabilities,
@@ -13,8 +18,8 @@
1318
* added syntax builder to ease building `Syntax` object,
1419
* added dash `-` to allowed characters in shortcode names,
1520
* deprecated `Processor::setRecursion()`, use `Processor::setRecursionDepth()` instead,
16-
* removed regular expressions constants from classes,
21+
* removed regular expressions constants from classes.
1722

1823
* v0.1.0 (06.04.2015)
1924

20-
* first library version
25+
* first library version.

0 commit comments

Comments
 (0)