From b62feb151b46fdb1359a3d42c05ab1f0d3837c24 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 6 Jun 2024 21:31:09 +0300 Subject: [PATCH] Update NEWS for release --- NEWS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index d5f2554..d97d739 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +# QuickJSR 1.2.0 + - Fix installation under C++11 + - Fix installation for FreeBSD + - Fix detection of atomics support under Windows and ARM64 + - Fix module loading + - Add `$get()` and `$assign()` methods to `JSContext` + - Support passing R environments, getting and setting values + - Add global R object with access to package environments + # QuickJSR 1.2.0 - `Rcpp` dependency replaced with vendored `cpp11` headers - `R6` dependency removed