From 97b57fb526a0c00e16c86f12a0ba7ae8ee7f5833 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Mon, 17 Jun 2024 14:28:09 +0400 Subject: [PATCH] add changelog --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e3d2fae8745..ea0963860aa 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -17,6 +17,7 @@ Entries inside each section should be ordered by type: # unreleased - YYYY-MM-DD ## Python API +* [Added] New `quilt3.admin` API (requires 1.53+ stack) ([#3990](https://github.com/quiltdata/quilt/pull/3990)) * [Removed] Drop Python 3.8 support ([#3993](https://github.com/quiltdata/quilt/pull/3993)) ## CLI