From 1c56d15836af5cc3888ca6f0aa625e61ca8f7633 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 17 Mar 2020 09:06:37 +0100 Subject: [PATCH] Added project support to the changelog --- CHANGELOG.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 42306375..40c4f393 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,10 @@ Changelog 0.17.0 (2020-03-) +++++++++++++++++++ -- Added the following refactorings: ``Script.rename``, ``Script.inline``, +- Added support projects. This allows user to specify which folders Jedi should + search. +- Added support for Refactoring. The following refactorings have been + implemented: ``Script.rename``, ``Script.inline``, ``Script.extract_variable`` and ``Script.extract_function``. - Added ``Script.get_syntax_errors`` to display syntax errors in the current script.