From 5a0556d732af5d321604cae7c82f2f92f8151ca7 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 16 Mar 2017 08:15:35 -0700 Subject: [PATCH] changes for v8.0.0 --- HISTORY.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index e5ef583..aef11d4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,15 @@ History ------- +8.0.0 (2017-03-16) +++++++++++++++++++ + +- Config file not needed when passing api key via command line. +- Allow colons in [projectmap] config section. #83 +- When unable to detect language and debug mode turned on, log any tracebacks. +- Increase priority of F# and TypeScript languages. + + 7.0.4 (2017-03-01) ++++++++++++++++++