diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj
index aae62ad2c..e09bb356b 100644
--- a/Terminal.Gui/Terminal.Gui.csproj
+++ b/Terminal.Gui/Terminal.Gui.csproj
@@ -40,6 +40,10 @@
Terminal.Gui is a framework for creating console user interfaces
+ v1.0.0-rc.10
+ * Fixes #931. Fixed the limit 25 lines issue
+ * Fixes #1251. Fixes TextValidateProvider exception on the All View Tester scenario.
+
v1.0.0-rc.9
* Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView.
* Fixes #1241. Added SendKeys feature to the ConsoleDriver.