summary refs log tree commit diff
path: root/changelog.d/13936.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.69.0rc1Sean Quah2022-10-041-1/+0
|
* Fix overflows in /messages backfill calculation (#13936)David Robertson2022-09-301-0/+1
* Reproduce bug * Compute `least_function` first * Substitute `least_function` with an f-string * Bugfix: avoid overflow Co-authored-by: Eric Eastwood <erice@element.io>