From 79babf613eefa8522cf159fc1b8a9e71f43084fc Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 20 Mar 2020 21:18:03 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84611e5d6..eb82d5773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ - Updated session config, increase session timeout from 2 days to 60 days ([b8795271](https://github.com/pixelfed/pixelfed/commit/b8795271)) - Updated WebfingerService, cache lookup ([8b9faf31](https://github.com/pixelfed/pixelfed/commit/8b9faf31)) - Updated v1 notifications api, fix optional params ([4e3c952c](https://github.com/pixelfed/pixelfed/commit/4e3c952c)) +- Updated ApiV1Controller, fix unfavourite bug #2088 ([3a828522](https://github.com/pixelfed/pixelfed/commit/3a828522)) ## [v0.10.8 (2020-01-29)](https://github.com/pixelfed/pixelfed/compare/v0.10.7...v0.10.8) ### Added