summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUGS4
-rw-r--r--ChangeLog5
2 files changed, 5 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index 15652a336..c8fa6063c 100644
--- a/BUGS
+++ b/BUGS
@@ -30,7 +30,3 @@ polygons will cause "leaking" until we implement Hobby's algorithm.
--
cairo_show_text is not updating the current point by the string's advance values.
-
---
-
-Caps are added only to the last subpath in a complex path.
diff --git a/ChangeLog b/ChangeLog
index fffa1d3a2..438d43014 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-08-23 Carl Worth <cworth@cworth.org>
+ * BUGS: caps only added to last subpath: COVERED by
+ test/caps-sub-paths and bug #4205.
+
+2005-08-23 Carl Worth <cworth@cworth.org>
+
* test/caps-sub-paths.c: Use the expect_failure variant of
cairo_test so that make check prints the reason this test fails.