From: Samuel Kaufman <sam@socialflow.com>
Date: Mon, 25 Sep 2017 14:00:45 +0000 (+0000)
Subject: changelog
X-Git-Tag: v1.001039~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b4d7a628cb457ab60ae5bcfb721baf422dd826d4;p=dbsrgits%2FDBIx-Class-Fixtures.git

changelog
---

diff --git a/Changes b/Changes
index 9f2ea57..ca9d98c 100644
--- 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++)