From 52a23b0958b0867b89532b5b2b53ce07c6487a1c Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Fri, 7 Oct 2016 13:48:00 -0700 Subject: [PATCH] Add changelog entry for #31 --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 6e4376b..902fb0c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ 0.25.dev0 (Next Release) ------------------------ + - Fixed a bug where the ordering of ``py65mon`` command line arguments + produced different results. Arguments can now be specified in any + order. Patch by Mario Keller. + 0.24 (2015-03-31) - Released as a universal wheel.