summary refs log tree commit diff
path: root/changelog.d/5250.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.0.0rc1 v1.0.0rc1Neil Johnson2019-06-071-1/+0
|
* Neilj/changelog clean up (#5356)Neil Johnson2019-06-051-1/+1
| | | | | * group together key validity refactors
* Simplification to Keyring.wait_for_previous_lookups. (#5250)Richard van der Hoff2019-05-241-0/+1
The list of server names was redundant, since it was equivalent to the keys on the server_to_deferred map. This reduces the number of large lists being passed around, and has the benefit of deduplicating the entries in `wait_on`.