From 79a8f54c2b72e70c87ba01a1d7d517edc7746b0f Mon Sep 17 00:00:00 2001 From: John Choi Date: Sun, 22 Dec 2024 08:49:53 +0900 Subject: [PATCH] changelog --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 95f8989f..eb50db88 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,8 @@ Standardize function and method names in all modules to `to_as1`, `from_as`, etc * `object_to_json`: Improve handling of items with multiple types by removing `inReplyTo` from likes, shares, etc ([snarfed/bridgy-fed#941](https://github.com/snarfed/bridgy-fed/issues/941)). * `rss`: * Support image enclosures, both directions. + * `from_as1`: + * Bug fix: remove use of default `author` value `'-'` since RSS spec requires author values to include valid email addresses. * `source`: * `Source.postprocess_object`: add new `first_link_to_attachment` boolean kwarg to fetch and generate a preview `attachment` for the first link in the HTML `content`, if any.