浏览代码

relnotes for v1.0.0-rc.11

Charlie Kindel 4 年之前
父节点
当前提交
0a0cf20759
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Terminal.Gui/Terminal.Gui.csproj

+ 3 - 0
Terminal.Gui/Terminal.Gui.csproj

@@ -40,6 +40,9 @@
     <Title>Terminal.Gui is a framework for creating console user interfaces</Title>
 
     <PackageReleaseNotes>
+      v1.0.0-rc.11
+      * Fixes #1257 - ListView's ProcessKey should return false if no OpenSelectedItem handler is defined
+
       v1.0.0-rc.10
       * Fixes #931. Fixed the limit 25 lines issue
       * Fixes #1251. Fixes TextValidateProvider exception on the All View Tester scenario.