From 255ec885a0d477498abe14a5bd0d66acfc3589e5 Mon Sep 17 00:00:00 2001 From: James Hilton-Balfe Date: Wed, 14 Aug 2024 21:34:48 +0100 Subject: [PATCH] Add entry for #596 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cedd9e8..45a70677f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix accessing unset optional fields [#523](https://github.com/danielgtaylor/python-betterproto/pull/523) - Fix `Message` equality comparison [#513](https://github.com/danielgtaylor/python-betterproto/pull/513) - Fix behaviour with long comment messages [#532](https://github.com/danielgtaylor/python-betterproto/pull/532) +- Add a warning when calling a deprecated message [#596](https://github.com/danielgtaylor/python-betterproto/pull/596) ## [2.0.0b6] - 2023-06-25