From eb103d293cac62462ba7bcf552831496eb2fa5f1 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Fri, 17 Jan 2020 02:03:42 +0100 Subject: [PATCH] Small changelog fix --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 61bbe79d..fc918201 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,7 @@ Changelog +++++++++++++++++++ -- **Add** ``Script.get_context`` to get information where you currently are. +- **Added** ``Script.get_context`` to get information where you currently are. - Goto on a function/attribute in a class now goes to the definition in its super class. - Dict key completions are working now. e.g. ``d = {1000: 3}; d[10`` will