From 470aa10d9fd6ecc73fd415b87272a506032832c2 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 27 Nov 2012 21:52:26 -0800 Subject: [PATCH] update changelog --- CHANGES.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index ab3616f7..55d72dc3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,16 @@ +0.3a14 +------ + +- [feature] Added some more CRUD. Mostly this was for departments, + subdepartments, brands and products. This was rather ad-hoc and still is + probably far from complete. + +- [general] Changed main batch route. + +- [bug] Fixed label profile templates so they properly handle a missing or + invalid printer spec. + 0.3a13 ------