diff --git a/changelogs/unreleased/pagination.md b/changelogs/unreleased/pagination.md new file mode 100644 index 0000000000000000000000000000000000000000..0ace3798e240cc1906f35fa43a7431389f4f19f9 --- /dev/null +++ b/changelogs/unreleased/pagination.md @@ -0,0 +1,5 @@ +## feature/core + +* Introduced pagination support for memtx and vinyl tree indexes. Now, it's + possible to resume `pairs` and `select` from the position where the last + call stopped (gh-7639).