summaryrefslogtreecommitdiff
path: root/doc/history.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/history.rst')
-rw-r--r--doc/history.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/history.rst b/doc/history.rst
index b3b0ff1..2a4aeb0 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -4,6 +4,22 @@ History
Releases
--------
+Version 4.8
+```````````
+
+* Returned behavior of searchwindowsize to that in 4.3 and earlier (searches
+ are only done within the search window) (:ghpull:`579`).
+* Fixed a bug truncating ``before`` attribute after a timeout (:ghpull:`579`).
+* Fixed a bug where a search could be less than ``searchwindowsize`` if it
+ was increased between calls (:ghpull:`579`).
+* Minor test cleanups to improve portability (:ghpull:`580`) (:ghpull:`581`)
+ (:ghpull:`582`) (:ghpull:`583`) (:ghpull:`584`) (:ghpull:`585`).
+* Disable chaining of timeout and EOF exceptions (:gphull:`606`).
+* Allow traceback included snippet length to be configured via
+ ``str_last_chars`` rather than always 100 (:ghpull:`598`).
+* Python 3 warning added to interact.py (:ghpull:`537`).
+* Several doc updates.
+
Version 4.7
```````````