summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7f49af2..77e3d7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.0.3 (stable)
+
+Build:
+* docs/docs/reference/meson.build: Check if perl is found
+ (Kjell Ahlstedt) Issue #53 (Rasmus Thomsen)
+* README.md: Describe building with Meson
+ (Kjell Ahlstedt)
+
+Examples:
+* Add example of using libsigc++ with Qt
+ (Robert Middleton) Pull request #35
+
+Tests:
+* Replace C-style casts with static_cast<>
+ (Lennard Berger)
+
+
3.0.2 (stable)
* Build: Meson build improvements.