From 4dfdc5a3208503d44721e7f721d522405c761441 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 10 Feb 2020 21:09:57 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 965095c..099569c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ -# Changelog +# Release Notes -All notable changes to `pixelfed-api-php` will be documented in this file +## [Unreleased](https://github.com/dansup/pixelfed-php/compare/v0.0.1...master) +### Added +- Added ```followAccountById``` method +- Added ```unfollowAccountById``` method +- Added ```accountBlockById``` method +- Added ```accountUnblockById``` method +- Added ```statusFavouriteById``` method +- Added ```statusUnfavouriteById``` method +- Added ```mediaUpload``` method +- Added ```accountMuteById``` method +- Added ```accountUnmuteById``` method +- Added ```statusCreate``` method +- Added Code of Conduct -## 0.0.1 - 2019-10-21 +## 0.0.1 (2019-10-21) - Initial release