From 61c0fe84ee6c621d2375dcec0fef7340573bf2b8 Mon Sep 17 00:00:00 2001 From: Troy Raen Date: Mon, 1 Jul 2024 02:56:00 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d23c330..b205497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Support for the LSST alert schema. - `types_.Schema._from_yaml` class method and the related helpers `_local_schema_helper` and `_lsst_schema_helper`. +- Dependency on `lsst-alert-packet` package for the `_lsst_schema_helper`. - `types_.Schema.schemaless_alert_bytes` bool indicating whether the alert bytes are schemaless and thus a `types_.Schema.definition` is required in order to serialize and deserialize them. - `types_.Schama.manifest` containing the schemas.yml file loaded as a list of dicts.