aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2721f95..df9acdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
# CHANGELOG
+## [0.3.0] - UNRELEASED
+
+Refactored common library code into `adenosine` crate. Will put common types,
+helpers, and probably client code and generated Lexicon code there.
+
+## Changed
+
+- mst: include "empty" intermediate nodes between layers (following upstream
+ behavior)
+
+## Added
+- mst: interop tests with upstream `atproto` (Typescript) repository
+
## [0.2.0] - 2022-12-19
Tracking upstream Lexicon changes. Not backwards-compatible at the CLI/PDS XRPC