From 4cb96a0a8c4c253761d48197d2b61311c6273356 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 24 Aug 2015 22:02:29 -0700 Subject: [PATCH] update changelog with fix for #32 --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index abb8587..b2dc628 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,7 +9,7 @@ History - send hostname in X-Machine-Name header - catch exceptions from pygments.modeline.get_filetype_from_buffer - upgrade requests package to v2.7.0 -- handle non-ASCII characters in import path +- handle non-ASCII characters in import path on Windows, won't fix for Python2 - upgrade argparse to v1.3.0 - move language translations to api server - move extension rules to api server