From 059defb9186772258e609fcfc5f27f55cc24f951 Mon Sep 17 00:00:00 2001 From: Emily Ratliff Date: Tue, 22 Nov 2022 13:00:42 -0600 Subject: [PATCH] Update CHANGELOG for v3.1.0 --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 03058115..8b3ffe6d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,16 @@ CHANGELOG ========= +3.1.0 - 2022-11-22 + +* Allow custom schemas to use extension definition ids so that users can use + multiple extensions for the same object type or extensions that extend + multiple object types. +* Prevent KeyError in 2.0 bundles with no id +* Interop validation +* Improved error messages +* Deprecated Python 3.6 support + 3.0.2 - 2021-12-17 * Updated internal schemas to be more lenient with windows registry key format