Some minor CHANGELOG changes

This commit is contained in:
Dave Halter
2020-04-13 22:40:06 +02:00
parent 24dffe4226
commit 25db8de0da

View File

@@ -6,8 +6,8 @@ Changelog
0.17.0 (2020-03-)
+++++++++++++++++++
- Added support projects. This allows user to specify which folders Jedi should
search.
- Added ``Project`` support. This allows a user to specify which folders Jedi
should work with.
- Added support for Refactoring. The following refactorings have been
implemented: ``Script.rename``, ``Script.inline``,
``Script.extract_variable`` and ``Script.extract_function``.