Skip to content

Commit 55be37b

Browse files
committed
Tweak NEWS
1 parent ae0be9b commit 55be37b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

NEWS.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
This release includes two major changes:
44

5-
1. The internal SVG engine has been updated. This means you will have
6-
to regenerate all existing snapshots.
5+
1. The internal SVG engine has been updated. It is now lighter, more
6+
robust, with fewer dependencies. It also generates more correct
7+
SVG. The main user visible change is that points look smaller than
8+
with older snapshots. Because of this update you will have to
9+
regenerate all existing snapshots with the new engine.
710

811
2. The snapshot management system now uses testthat (see
912
https://testthat.r-lib.org/articles/snapshotting.html). Most of the
1013
R and javascript code has been removed from vdiffr as a consequence.
1114
vdiffr now serves as a reproducible SVG generation engine for
1215
testthat snapshots.
13-
16+
1417

1518
## Migration of existing snapshots
1619

0 commit comments

Comments
 (0)