From 5963b1772cc9a14c6184a7da633b477daf592dab Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 23 Jan 2023 07:21:35 -0700 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4318cfccb..7dbf6a232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ ### Changed - Switch to pytest ([#939](https://github.com/stac-utils/pystac/pull/939)) +- Use `from __future__ import annotations` for type signatures ([#962](https://github.com/stac-utils/pystac/pull/962)) ### Fixed