From fdef666576be45b101e7018c8e15f513a83d5722 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Sat, 28 Feb 2015 21:53:59 -0500 Subject: [PATCH] Quick wording fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e0eb9..fb04fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # v0.4.0 * SVG backend support! You can now set the deck's back end to work with SVGs instead of images, making the resulting PDFs vectorized. (You can still save to PNGs too.) This was a big change for Squib, and it's got at least one known issue and probably a few more here and there. See discussion on the README for more details. -* Added config option for antialiasing method. My benchmarks showed that 'best' is only 10% slower than 'fast' on extremely alias-intensive tasks, so that's the Squib default now. +* Added config option for antialiasing method. My benchmarks showed that 'best' is only 10% slower than 'fast' on extremely alias-intensive tasks, so 'best' is the Squib default now. * Bugfix: Stray stroke on circles after text (#35) * Bugfix: Progress bar increment error (#34)