summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2022-08-07 21:57:53 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2022-08-07 22:13:52 -0700
commit572f8e8c5f710f0403368af688a1288d7590f19f (patch)
tree1090e51ff9d6eb1c454478bc7eba3d5c8881fb51 /NEWS
parent4de32a0168ba5509a519ea6f09a6347a0e6cca5a (diff)
downloadgjs-572f8e8c5f710f0403368af688a1288d7590f19f.tar.gz
release: Prepare for 1.73.21.73.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5f43a523..1dbb3b17 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,35 @@ Version 1.73.2
collation strategies, numbering systems, time zones, and units are
available for internationalization.
+- It's now possible to use `GObject.BindingGroup.prototype.bind_full()` with JS
+ functions. Previously this method was unusable in JS.
+
+- Gio.FileEnumerator is now iterable, both synchronously (with for-of or array
+ spread syntax) and asynchronously (with for-await-of).
+
+- Performance improvements in the built-in `imports.signals` module.
+
+- Many improvements to the examples and documentation.
+
+- Closed bugs and merge requests:
+ * Spidermonkey 102 [#487, !765, !785, Evan Welsh, Philip Chimento]
+ * Object connections / signal emissions optimizations [#485, !758, Marco
+ Trevisan]
+ * tests/Gio: Cleanup Gio._promisify [!767, Marco Trevisan]
+ * Include JUnit reports in builds [!768, Marco Trevisan]
+ * Integrate pretty print to the debugger [!769, Nasah Kuma]
+ * doc: Edit GJS description [!771, Sonny Piers]
+ * doc: note the version `constructor()` became supported [!774, Andy Holmes]
+ * build: disable sysprof agent for subproject fallback [!775, Christian
+ Hergert]
+ * Update CI images [!776, !777, !778, Philip Chimento]
+ * GListModel.get_n_items returns garbage value [#493, !779, Florian Müllner]
+ * Add override for g_binding_group_bind_full() [!780, Florian Müllner]
+ * doc: Modernize examples [!781, Sonny Piers]
+ * doc: Document byteArray deprecation and migration [!782, Sonny Piers]
+ * doc: add simple Gtk.TickCallback example [!783, Andy Holmes]
+ * Make GFileEnumerator iterable and async iterable [!784, Sonny Piers]
+
Version 1.72.2
--------------