From a42c1c0d15b484ac8b231ac9deed4ddbb5d5a6f5 Mon Sep 17 00:00:00 2001 From: Michael Gran Date: Sat, 25 Jan 2020 17:49:47 -0800 Subject: [PATCH] Update NEWS --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 3ac83256..c6fdf45b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +2020-01-27: version 0.2.2 +- Add Guile 3.0 to configure +- Callback fixes (#68, #70) + - Prevent garbage collection of callbacks before use + - Fix unpacking of integers in callbacks + - Harmonize the calling convention of callback parameters + with the calling convention of introspected C functions +- Some support for GHashTable types (#56) +- Improvements to autogenerated documentation (#50) +- Bug fixes + 2019-11-01: version 0.2.1 - Improved efficiency in build and test - Non-recursive make