From 9a47476d659e701e466a25d3678363698f84c3a0 Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Wed, 19 Jan 2022 10:58:03 +0100 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a266c9..00c9cef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ New features and improvements: API changes: * `vpype.Document` and `vpype.LineCollection` have additional members to manage properties through the `vpype._MetadataMixin` mix-in class (#359) +* Renamed `vpype.Document.empty_copy()` to `vpype.Document.clone()` for coherence with `vpype.LineCollection` (the old name remains for backward compatibility) (#359, #380) * Added `vpype.read_svg_by_attribute()` to read SVG while sorting geometries by arbitrary attributes (#378) * Added an argument to `vpype_cli.execute()` to pass global option such as `--verbose` (#378)