From f05a5c0cdae988d1c34b6021aaf99945d9103543 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 22 Sep 2014 14:05:44 +0000 Subject: [PATCH] Typo in changelog git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1847 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 146ee53..1bba4b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,8 @@ domframework (0.9-1) testing; urgency=low * dblayer : UPDATE : add the case of updating the primary key (actually oldvalue = newvalue and replace by the same value, so don't update) * dblayer : extract the verify tests (before insert/update) to a function - available to public (can be launched when the developper want) - * Add dblayer unit tests to check the unique functionnality + available to public (can be launched when the developer want) + * Add dblayer unit tests to check the unique functionality * BUG : route : allow redirect if the method is changed and the URL stay the same * route : Add support to errors from the application