summary refs log tree commit diff
path: root/changelog.d/9470.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.29.0rc1Erik Johnston2021-03-041-1/+0
|
* Refactor to ensure we call check_consistency (#9470)Erik Johnston2021-02-241-0/+1
The idea here is to stop people forgetting to call `check_consistency`. Folks can still just pass in `None` to the new args in `build_sequence_generator`, but hopefully they won't.