Skip to content

Commit

Permalink
update readme for 0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Mar 29, 2018
1 parent 347d301 commit 62d395b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,22 @@ Currently php-mf2 passes the majority of it’s own test case, and a good percen

### Changelog

#### v0.4.2

2018-03-29

Fixes:

* [#165](https://github.com/indieweb/php-mf2/pull/165) - Prevents inadvertently adding whitespace to the html value
* [#158](https://github.com/indieweb/php-mf2/issues/158) - Allows numbers in vendor prefixed names
* [#160](https://github.com/indieweb/php-mf2/issues/160) - Ignores class names with consecutive dashes
* [#159](https://github.com/indieweb/php-mf2/issues/159) - Remove duplicate values from type and rels arrays
* [#162](https://github.com/indieweb/php-mf2/pull/162) - Improved rel attribute parsing

Backcompat:

* [#157](https://github.com/indieweb/php-mf2/issues/157) - Parse `rel=tag` as `p-category` for hEntry and hReview

#### v0.4.1

2018-03-15
Expand Down

0 comments on commit 62d395b

Please sign in to comment.