allow getMessages with limit directly from Query instance

This commit is contained in:
2022-11-21 14:29:37 +01:00
parent 406fe076f1
commit 7684b2e089
3 changed files with 45 additions and 6 deletions

View File

@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
* Updated dependencies
### Fixed
* Querying trips with limit directly from `Query` instance (#18)
* Querying trips and messages with limit directly from `Query` instance (#18)
### Misc
* Tested with JDK 19