Skip to content

Commit fd8261f

Browse files
committed
add changelog to prepare for release
1 parent 5cbfdd4 commit fd8261f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,23 @@ Currently php-mf2 passes the majority of it’s own test case, and a good percen
307307

308308
### Changelog
309309

310+
#### Current Master Branch
311+
312+
Breaking changes:
313+
314+
* [#125](https://github.com/indieweb/php-mf2/pull/125) - Add `rel-urls` to parsed result. Removes `alternates` by default but still available behind a feature flag.
315+
* [#142](https://github.com/indieweb/php-mf2/pull/142) - Reduce instances of implied `p-name`. See Microformats issue [#6](https://github.com/microformats/microformats2-parsing/issues/6). This means it is now possible for the parsed result to *not* have a `name` property, whereas before there was always a `name` property on an object. Make sure consuming code can handle an object without a name now.
316+
317+
Fixes:
318+
319+
* [#124](https://github.com/indieweb/php-mf2/pull/124) - Fix for experimental lang parsing
320+
* [#127](https://github.com/indieweb/php-mf2/issues/127) - Fix for parsing `h-*` class names containing invalid characters.
321+
* [#131](https://github.com/indieweb/php-mf2/pull/131) - Improved `dt-` parsing. Issues [#126](https://github.com/indieweb/php-mf2/issues/126) and [#115](https://github.com/indieweb/php-mf2/issues/115).
322+
* [#130](https://github.com/indieweb/php-mf2/issues/130) - Fix for implied properties with empty attributes.
323+
* [#135](https://github.com/indieweb/php-mf2/issues/135) - Trim leading and tailing whitespace from HTML value as well as text value.
324+
* [#137](https://github.com/indieweb/php-mf2/issues/137) - Fix backcompat hfeed parsing.
325+
* [#134](https://github.com/indieweb/php-mf2/issues/134) - Fix `rel=bookmark` backcompat parsing.
326+
310327
#### v0.3.2
311328

312329
2017-05-27

0 commit comments

Comments
 (0)