From 146208f38b32db0edf2077b80261d011dbc4c457 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Wed, 16 Oct 2019 11:39:31 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c0ec1e..b902aa75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased + - Fix handling of command with no name on `ConsoleListener` (#261) ## 3.2.0 (2019-10-04)