From 581f4ce6df67e9ce3b1d74bb8a11ba830c685f71 Mon Sep 17 00:00:00 2001 From: kamilburda <8431034+kamilburda@users.noreply.github.com> Date: Sun, 10 Sep 2023 19:25:19 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 256a755..8927b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.3 +=== + +* Arguments to PDB procedures are now automatically wrapped with `GObject.Value()`. +* Updated the stub file to remove `GObject.Value` as an accepted type for PDB arguments. + 1.2 ===