From f6b12a9bffedee9a394b49a1861c7b1c8798a850 Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Tue, 16 Jun 2020 22:35:24 +0200
Subject: [PATCH] Document command parsing refactoring in CHANGELOG

---
 CHANGELOG.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 758b0ed..3888232 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,9 @@
 
 ## [(next version)](./README.md#for-developers)
 
-* (no changes yet)
+* Significantly refactored the logic for parsing commands and their arguments.
+	* This is an internal change and should not affect any user-visible behavior. That is, all inputs that were accepted by previous versions should still be accepted - if any previously valid inputs are no longer accepted, this is a bug.
+	* As a side effect, the inspection and code completion features now work better in a few edge cases.
 
 ## [1.2.0](https://www3.hhu.de/stups/downloads/prob2-jupyter/prob2-jupyter-kernel-1.2.0-all.jar)
 
-- 
GitLab