Fix bug in patience

This commit is contained in:
Armin Ronacher 2021-01-24 03:01:40 +01:00
parent 89729de117
commit 5dca6ae665
3 changed files with 34 additions and 5 deletions

View file

@ -2,6 +2,10 @@
All notable changes to similar are documented here.
## 0.2.0
* Fixed a bug in the patience algorithm causing it not not work.
## 0.1.0
* Initial release.