From a2bb7dcf4e6ee6dd7ae5741d5609da4308917834 Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Thu, 23 Jun 2016 14:16:19 +0200 Subject: [PATCH] update history --- HISTORY.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 4c4d506..5588f73 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,6 +10,14 @@ Release History - Added support for Python 3.4 and 3.5 in addition to 2.7. +**Bugfixes** + +- Fixed a crash with empty install args + +**Improvements** + +- Use YAML ``safe_load`` for added security. + **Documentation** - Bootstrapped the Sphinx documentation.