diff --git a/CHANGES.rst b/CHANGES.rst index a28ba63b..df188bfa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,10 @@ CHANGE HISTORY LATEST ------ + + +1.11.0 +------ - Added `allow_int` parameter to `Screen.play()`. - Added `max_length` parameter to `Text`. - Added support for page up/down in `TextBox`. diff --git a/README.rst b/README.rst index c70f2335..845586f1 100644 --- a/README.rst +++ b/README.rst @@ -149,7 +149,7 @@ More examples ------------- More examples of what you can do are available in the project samples directory, hosted on GitHub. -See https://github.com/peterbrittain/asciimatics/tree/v1.10/samples. +See https://github.com/peterbrittain/asciimatics/tree/v1.11/samples. To view them, simply download these files and then simply run them directly with `python`. Alternatively, you can browse recordings of many of the samples in the gallery at