CHANGELOG: Fix strange issue reference.

This commit is contained in:
Jürg Lehni 2016-04-08 18:37:20 -07:00
parent 8420f55c4d
commit 99f4ef7204

View file

@ -36,7 +36,7 @@ contribute to the code.
### Changed
- Significant overhaul and improvements of boolean path operations
`PathItem#unite()`, `#subtract()`, `#intersect()`, `#exclude()`, `#divide()`
[#936]:
(#936):
- Improve handling of self-intersecting paths and non-zero fill-rules.
- Handle operations on identical paths.
- Improve handling of near-collinear lines.