From fc2650313ed072c483b1a250a62dee3c0edfe13d Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 20 Feb 2017 16:26:12 -0800 Subject: [PATCH] changes for v4.0.14 --- HISTORY.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 03f2870..7acbf77 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,16 @@ History ------- +4.0.14 (2017-02-20) +++++++++++++++++++ + +- Upgrade wakatime-cli to v7.0.2. +- Language detected by Vim now overwrites auto-detected language, if the Vim + language is supported in default.json or vim.json. +- Support NTLM proxy format like domain\\user:pass. +- Support for Python 3.6. + + 4.0.13 (2017-02-13) ++++++++++++++++++