changelog
Samuel Kaufman [Mon, 25 Sep 2017 14:00:45 +0000 (14:00 +0000)]
Changes

diff --git a/Changes b/Changes
index 9f2ea57..ca9d98c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for DBIx-Class-Fixtures
 
 {{$NEXT}}
 
+- remove trailing comma in tests that was breaking on most JSON parsers.
+
 1.001038  2017-09-20 21:13:13+00:00 UTC
 
 - stop sorting source names before dumping, this allows for some hackery when you need certain sources to dump first (see https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/12 for details) (cngarrison++)