diff options
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11377.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/11377.misc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/11377.bugfix b/changelog.d/11377.bugfix new file mode 100644 index 0000000000..9831fb7bbe --- /dev/null +++ b/changelog.d/11377.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.45.0 where the `read_templates` method of the module API would error. diff --git a/changelog.d/11377.misc b/changelog.d/11377.misc new file mode 100644 index 0000000000..3dac625576 --- /dev/null +++ b/changelog.d/11377.misc @@ -0,0 +1 @@ +Add type hints to configuration classes. |