allow getTrips with limit directly from Query instance

This commit is contained in:
2022-11-21 14:22:20 +01:00
parent 7cb5aefb5b
commit 406fe076f1
3 changed files with 29 additions and 2 deletions

View File

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