From 358ddc3286d6fcf2acbe4a2e8fced94c69b06303 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Wed, 1 Apr 2015 10:22:42 -0400 Subject: [PATCH] Update CHANGES [ci skip] --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9bf7f0889..3484b6fda 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,8 +16,8 @@ Changelog (Pillow) - Configure setuptools to run nosetests, fixes #729 [aclark4life] -- Various code health fixes - [radarhere] +- Style/health fixes + [radarhere, hugovk] - Add support for HTTP response objects to Image.open() [mfitzp]