Release v0.8.1

This commit is contained in:
James Westman 2023-05-17 10:47:52 -05:00
parent 6ac798ea6f
commit aa7679618e
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
3 changed files with 17 additions and 2 deletions

15
NEWS.md
View file

@ -1,3 +1,18 @@
# v0.8.1
## Breaking Changes
- Duplicates in a number of places are now considered errors. For example, duplicate flags in several places, duplicate
strings in Gtk.FileFilters, etc.
## Fixed
- Fixed a number of bugs in the XML output when using `template` to refer to the template object.
## Documentation
- Fixed the example for ExtListItemFactory
# v0.8.0
## Breaking Changes