summary refs log tree commit diff
path: root/changelog.d/8123.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `ChainedIdGenerator`. (#8123)Erik Johnston2020-08-191-0/+1
It's just a thin wrapper around two ID gens to make `get_current_token` and `get_next` return tuples. This can easily be replaced by calling the appropriate methods on the underlying ID gens directly.