Skip to content

Commit 62d395b

Browse files
committed
update readme for 0.4.2 release
1 parent 347d301 commit 62d395b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,22 @@ Currently php-mf2 passes the majority of it’s own test case, and a good percen
342342

343343
### Changelog
344344

345+
#### v0.4.2
346+
347+
2018-03-29
348+
349+
Fixes:
350+
351+
* [#165](https://github.com/indieweb/php-mf2/pull/165) - Prevents inadvertently adding whitespace to the html value
352+
* [#158](https://github.com/indieweb/php-mf2/issues/158) - Allows numbers in vendor prefixed names
353+
* [#160](https://github.com/indieweb/php-mf2/issues/160) - Ignores class names with consecutive dashes
354+
* [#159](https://github.com/indieweb/php-mf2/issues/159) - Remove duplicate values from type and rels arrays
355+
* [#162](https://github.com/indieweb/php-mf2/pull/162) - Improved rel attribute parsing
356+
357+
Backcompat:
358+
359+
* [#157](https://github.com/indieweb/php-mf2/issues/157) - Parse `rel=tag` as `p-category` for hEntry and hReview
360+
345361
#### v0.4.1
346362

347363
2018-03-15

0 commit comments

Comments
 (0)