From 6485880e4b186235d2eb6036c12f560c0baed59d Mon Sep 17 00:00:00 2001 From: James G Sack Date: Sun, 11 Nov 2007 03:01:15 +0000 Subject: [PATCH] belated changelog ehtry documanting R9320 svn: r9328 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index c6f8cb329..9550c0264 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-11-10 Jim Sack + * src/GrampsDbUtils/_WriteGrdb.py: missing parent in import + * src/GrampsDbUtils/test/_GrampsDbWRFactories_test.py: added unittest + The _WriteGrdb problem wasn't encountered until now, because the + import is buried in a function (of_GrampsDbWRFactories) that doesn't + always get exercised. A unit test was added to test the calling module + by verifying those imports within functions. + (belated CL entry for r9320 change made 11-07) + + 2007-11-10 Gary Burton * src/plugins/IndivComplete.py: added support for printing non-primary, non-family events.