summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2020-07-06 12:09:49 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2020-07-06 12:09:49 -0700
commitbce507f10f2a396c72063f89a07d29feffb5a2e7 (patch)
tree850fe53394506b23cf2282b1a90cd845e85d9262
parent4fedbf07859b8d9cf6f470cb38d00f50fb8d1f9e (diff)
downloadgjs-1.65.4.tar.gz
release: Prepare for 1.65.41.65.4
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index decb7461..cb7fae55 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Version 1.65.4
+--------------
+
+- New language features! Public class fields are now supported. See for more
+ information:
+ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Public_class_fields
+
+- Closed bugs and merge requests:
+ * arg.cpp: Add required messages for static_assert (fix building on pre-C++17)
+ [!441, Chun-wei Fan]
+ * Add include-what-you-use CI job [!448, !449, Philip Chimento]
+ * Let's enable class fields! [!445, Evan Welsh]
+ * examples: add GListModel implementation [!452, Andy Holmes]
+ * Update ESLint CI image. [!451, Evan Welsh]
+ * function: Only get function name if we actually warn [!454, Jonas Dreßler]
+ * Split print into native library. [!444, Evan Welsh]
+ * Various maintenance [!459, Philip Chimento]
+
+- Various refactors for type safety [Marco Trevisan]
+
+Version 1.64.4
+--------------
+
+- Closed bugs and merge requests:
+ * Fix CI failure caused by GTK4 update [!447, Philip Chimento]
+
Version 1.65.3
--------------