From f21259b1f870ddf1a2514092d88071f7c596256e Mon Sep 17 00:00:00 2001 From: silverpill Date: Tue, 27 Dec 2022 21:07:34 +0000 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 4 ---- CONTRIBUTING.md | 2 ++ FEDERATION.md | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b15fa9..d1d87cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] -### Changed - -- Changed text on Ethereum page. - ### Fixed - Fixed post and profile page redirections. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3eb741d..3f3bb23 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,3 +36,5 @@ Run `cargo clippy` to check code automatically. Try to follow the existing style ### Commits Commits should be atomic (the tests should pass) and not too big. Commit messages should be informative. + +For any notable change there should be an entry in [CHANGELOG.md](./CHANGELOG.md). diff --git a/FEDERATION.md b/FEDERATION.md index 2fcb1ab..1b8a4ce 100644 --- a/FEDERATION.md +++ b/FEDERATION.md @@ -89,7 +89,7 @@ After registering an account its owner can upload the list of followers and star } ``` -Where `object` is an ID of old account and `target` is an ID of new account. Actors identifed by `object` and `target` properties must have at least one identity key in common to be considered aliases. Upon receipt of such activity, actors that follow `object` should un-follow it and follow `target` instead. +Where `object` is an ID of old account and `target` is an ID of new account. Actors identified by `object` and `target` properties must have at least one identity key in common to be considered aliases. Upon receipt of such activity, actors that follow `object` should un-follow it and follow `target` instead. ## Subscription events