summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2018-09-01 16:19:38 -0400
committerPhilip Chimento <philip.chimento@gmail.com>2018-09-01 16:19:38 -0400
commitd8dca63d7d508b858f771d847bee2e99017db2ce (patch)
tree1f7eff28325b5586b76786aaaf885a566d53d20e
parent83e7d7c7c884300a7af2633d436d63c340bcd960 (diff)
downloadgjs-d8dca63d7d508b858f771d847bee2e99017db2ce.tar.gz
release: Prepare for 1.54.01.54.0
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0ccb55fd..1e608ee8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 1.54.0
+--------------
+
+- Compatibility fix for byte arrays: the legacy toString() behaviour of byte
+ arrays returned from GObject-introspected functions is now restored. If you
+ use the functionality, a warning will be logged asking you to upgrade your
+ code.
+
+- Closed bugs and merge requests:
+ * byteArray: Add compatibility toString property [Philip Chimento, !227]
+
Version 1.53.92
---------------