@@ -3,15 +3,42 @@ Change Log
33
44.. towncrier release notes start
55
6+ 0.6.4 (2023-02-07)
7+ ------------------
8+
9+ Features
10+ --------
11+
12+ * Support for Python 3.11 was added. (`#61
13+ <https://github.com/beeware/gbulb/issues/61 `__`)
14+ * Initial support for Python 3.12 was added. (`#69
15+ <https://github.com/beeware/gbulb/issues/69 `__`)
16+
17+
18+ Bugfixes
19+ --------
20+
21+ * The GTK event loop no longer forces the use of the default GLib main context
22+ on every instance. (`#59 <https://github.com/beeware/gbulb/issues/59`__`)
23+
24+
25+ Misc
26+ ----
27+
28+ * #62, #64
29+
30+
6310.6.3 (2022-02-20)
732------------------
833
934Bugfixes
1035^^^^^^^^
1136
12- * Corrected the import of ``InvalidStateError `` to fix an error seen on Python 3.8+. (`#56 <https://github.com/beeware/gbulb/issues/56 >`__)
37+ * Corrected the import of ``InvalidStateError `` to fix an error seen on Python
38+ 3.8+. (`#56 <https://github.com/beeware/gbulb/issues/56 >`__)
1339
14- * Reverted the fix from #47; that change led to file descriptor leaks. (`#52 <https://github.com/beeware/gbulb/issues/52 >`__)
40+ * Reverted the fix from #47; that change led to file descriptor leaks. (`#52
41+ <https://github.com/beeware/gbulb/issues/52> `__)
1542
1643
17440.6.2 (2021-10-24)
@@ -20,17 +47,19 @@ Bugfixes
2047Features
2148^^^^^^^^
2249
23- * Added support for Python 3.10. (`#50 <https://github.com/beeware/gbulb/issues/50 >`__)
50+ * Added support for Python 3.10. (`#50
51+ <https://github.com/beeware/gbulb/issues/50> `__)
2452
2553Bugfixes
2654^^^^^^^^
2755
28- * Corrects a problem where a socket isn't forgotten and causes 100% CPU load. (`#47 <https://github.com/beeware/gbulb/issues/47 >`__)
56+ * Corrects a problem where a socket isn't forgotten and causes 100% CPU load.
57+ (`#47 <https://github.com/beeware/gbulb/issues/47 >`__)
2958
3059Improved Documentation
3160^^^^^^^^^^^^^^^^^^^^^^
3261
33- * (` #49 < https://github.com/beeware/gbulb/issues/49 >`__)
62+ * #49
3463
3564
36650.6.1 (2018-08-09)
0 commit comments