Skip to content

Commit

Permalink
as2.from_as1 changelog for 14c9653, converting url to href instead of…
Browse files Browse the repository at this point in the history
… leaving as url

for #1637
  • Loading branch information
snarfed committed Dec 19, 2024
1 parent db70641 commit 55b5610
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,14 @@ On the open source side, there are many related projects. [php-mf2-shim](https:/
Changelog
---

### 7.1 - unreleased
### 8.0 - unreleased

_Breaking changes:_

* `as2`:
* `from_as1`: In `Link` objects (including `Tag`s and `Mention`s), convert `url` to `href`. Before this, we left it as `url`, which was incorrect AS2.

_Non-breaking changes:_

Standardize function and method names in all modules to `to_as1`, `from_as`, etc. Old method names are now deprecated but won't be removed until at least v8.0, if not later.

Expand Down

0 comments on commit 55b5610

Please sign in to comment.