From 9f31bc5349cc88d95c44134a4f4d5cf45f1a88fb Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Mon, 3 Jul 2023 16:58:02 +0200 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb03fc8..3ec3e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Support for ASPE protocol +### Changed +- Made HTTP scheme for proxy calls configurable +- Replaced standard with eslint ### Fixed - Sort OpenPGP certifications by chronological order +- Allowing white space in fingerprint +- Use correct format for displaying ActivityPub claims +- Missing JSDOC types ## [0.18.3] - 2023-03-27 ### Added