From 7789c539d76164eab291e208a026f403bdd8c121 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Thu, 2 Jan 2014 05:07:11 -0500 Subject: [PATCH] Add history --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d5c8235aa..142ff5cfc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog (Pillow) 2.4.0 (2014-04-01) ------------------ +- Correctly quote file names for WindowsViewer command + [cgohlke] + - Prefer homebrew freetype over X11 freetype (but still allow both) [dmckeone]