Auto-indexing service and GraphQL API for AT Protocol Records

docs: update changelog for v0.20.0

+16
+16
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## v0.20.0 9 + 10 + ### Added 11 + - Add moderation system with labels, reports, and user preferences 12 + - Label definitions with severity levels (takedown, alert, inform) 13 + - Apply/negate labels on records and accounts via admin API 14 + - Automatic takedown filtering from all queries 15 + - Self-labels support (author-applied labels merged with moderator labels) 16 + - `labels` field exposed on all record types 17 + - User-submitted reports with reason types 18 + - Admin report review and resolution workflow 19 + - Per-user label visibility preferences (ignore, show, warn, hide) 20 + - Connection pagination for admin labels and reports queries 21 + - Add union input type support for GraphQL mutations 22 + - Add moderation documentation guide 23 + 8 24 ## v0.19.0 9 25 10 26 ### Added