From ca926fce2f7a12aa8970bf9de803c8184e9ff7de Mon Sep 17 00:00:00 2001 From: boltgolt Date: Mon, 24 Sep 2018 19:05:37 +0200 Subject: [PATCH] Added missing changelog entry --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index d22b35a..2c54122 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +howdy (2.3.1) xenial; urgency=high + + * Fixed issue where `frame_width` and `frame_height` would be completely ignored (thanks @janecz-n!) + * Fixed security problem with remote session authentication (thanks @cccaballero!) + + -- boltgolt Mon, 24 Sep 2018 17:49:07 +0100 + howdy (2.3.0) xenial; urgency=medium * Added a config option to set the frame height and width (thanks @wzrdtales!)