summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2018-10-08 15:46:46 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2018-10-08 15:46:46 -0700
commit774512efff3377969cfca992c84b898ab8c83b84 (patch)
treee20e290430d3bfa2d3b68f4e3285b26e443ec671 /NEWS
parent22a38adeabedf7f9a0c82fac5040b3e6a4d1291d (diff)
downloadgjs-774512efff3377969cfca992c84b898ab8c83b84.tar.gz
release: Prepare for 1.55.11.55.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cddd7f9d..3a67531c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Version 1.55.1
+--------------
+
+- New API for programs that embed GJS: gjs_memory_report(). This was already an
+ internal API, but now it is exported.
+
+- Closed bugs and merge requests:
+
+ * object: Implement newEnumerate hook for GObject [!155, Ole Jørgen Brønner]
+ * Various maintenance [!228, Philip Chimento]
+ * ByteArray.toString should stop at null bytes [#195, !232, Philip Chimento]
+ * Byte arrays that represent encoded strings should be 0-terminated [#203,
+ !232, Philip Chimento]
+ * context: Defer and therefore batch forced GC runs [performance] [!236,
+ Daniel van Vugt]
+ * context: use timeout with seconds to schedule a gc trigger [!239, Marco
+ Trevisan]
+ * arg: Add special-case for byte arrays going to C [#67, !49, Jasper
+ St. Pierre, Philip Chimento]
+
Version 1.52.4
--------------