From 9289d77a8070439f88072024a4014ba549385f99 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Fri, 22 Aug 2014 20:22:51 +0200 Subject: [PATCH] Mention why no universal wheel in changelog Fixes issue566. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2cd155260..8fe13a643 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,10 @@ NEXT - Fix example in monkeypatch documentation, thanks t-8ch. +- Do not mark as universal wheel because Python 2.6 is different from + other builds due to the extra argparse dependency. Fixes issue566. + Thanks sontek. + 2.6.1 -----------------------------------