From d1b2e9ab5a27d16fa8d9aab2463b9b92ea31f64f Mon Sep 17 00:00:00 2001 From: Martin Jambon Date: Wed, 8 Feb 2023 15:39:44 -0800 Subject: [PATCH] Release 2.11.0 --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 01dfb8c6..6ec4fbd8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +2.11.0 (2023-02-08) +------------------- + * atdpy: Support parametrized type definitions (#303) * atdpy: Support options approximately by treating them as nullables (#320) * atdts: Support parametrized type definitions (#303)