Fix changelog

This commit is contained in:
silverpill 2022-12-27 21:07:34 +00:00
parent e7b318c761
commit f21259b1f8
3 changed files with 3 additions and 5 deletions

View file

@ -6,10 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [Unreleased]
### Changed
- Changed text on Ethereum page.
### Fixed ### Fixed
- Fixed post and profile page redirections. - Fixed post and profile page redirections.

View file

@ -36,3 +36,5 @@ Run `cargo clippy` to check code automatically. Try to follow the existing style
### Commits ### Commits
Commits should be atomic (the tests should pass) and not too big. Commit messages should be informative. 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).

View file

@ -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 ## Subscription events