From 55b5610c6eb4571f7a535af13e5085969ea68400 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Thu, 19 Dec 2024 09:24:07 -0800 Subject: [PATCH] as2.from_as1 changelog for 14c9653, converting url to href instead of leaving as url for #1637 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f8989f..f8183c8d 100644 --- a/README.md +++ b/README.md @@ -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.