Fix changelog
This commit is contained in:
parent
e7b318c761
commit
f21259b1f8
3 changed files with 3 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue