From d22bd71f8fb781c417367cab271a0ce6fea998ba Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Sat, 26 Sep 2020 16:25:16 -0700 Subject: [PATCH] 0.89.4 pre-release of 0.90.0 --- Terminal.Gui/Terminal.Gui.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 7cf49e53d..ea08ba4a9 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -28,8 +28,8 @@ * New sample/demo app - UI Catalog - Replaces demo.cs with an easy to use and extend set of demo scenarios. (Thanks @tig!) * The API documentation is completely revamped and updated. Readme upated. Contributors guide added (Thanks @tig!) * MenuBar can now have MenuItems directly (enables top-level menu items with no submenu). (Thanks @tig!) - * API semantics are much more consistent across classes. For example, all events are now defined in terms of Action instead of EventHanlder. BREAKING CHANGE. (Thanks @bdisp and @tig!) - * The project has been refactored an reorganized to reduce risk of bugs and make it easier to c + * API semantics are much more consistent across classes. For example, all events are now defined in terms of event Action instead of EventHanlder. BREAKING CHANGE. (Thanks @bdisp, @worldbeater, and @tig!) + * The project has been refactored an reorganized to reduce risk of bugs and make it easier to contribute. * Symbols are now included with the nuget package. Fixes/Improvements (partial list; see Github issues for complete list):