summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 198aa8f..763728b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+1.11.1 (unstable):
+
+* Pattern: Add set_extend() and get_extend().
+ (Povilas Kanapickas) Bug #73775
+* ScaledFont: Add the missing get_extents() method implementation.
+ (Murray Cumming) Bug #53981 (cheshirekow)
+* Allow use from Objective-C instead of just allowing building.
+ (Anton Bachin) Bug #66328
+* Avoid dereferencing empty std::vector<>s.
+ (Murray Cumming) Bug #36020 (Robert Kurjata)
+* Documentation improvements.
+ (Mark Vender)
+* Fix linker problems in examples.
+ (Murray Cumming)
+
1.10.0 (stable):
* Documentation: Context::arc(): Correct the documentation, as in the C