From 5aec50990e46ee54d80397594c136d435c73677f Mon Sep 17 00:00:00 2001 From: mStar Date: Fri, 30 Aug 2024 11:56:01 +0000 Subject: [PATCH] Add CHANGELOG --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..7bb7add --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,14 @@ +- v1.1.0: + - More attributes added: + - Activitystreams#first + - Activitystreams#next + - Activitystreams#items + - Activitystreams#partOf + - Activitystreams#inReplyTo + - Activitystreams#quoteUrl + - Ostatus#inReplyToAtomUri + - Misskey#mk_quote + - Fedibird#quoteUri + - Bug fixes: + - A few Attributes were returning the wrong struct due to copy paste mistakes +- v1.0.0: Release \ No newline at end of file