From 3a962b4d7a16114df9c5528185a44e18d0bfd94c Mon Sep 17 00:00:00 2001 From: stianst Date: Thu, 5 Dec 2019 08:17:06 +0100 Subject: [PATCH] Add client pagination to release notes --- release_notes/topics/9_0_0.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/release_notes/topics/9_0_0.adoc b/release_notes/topics/9_0_0.adoc index 564ec7cad9..e86a9ebc69 100644 --- a/release_notes/topics/9_0_0.adoc +++ b/release_notes/topics/9_0_0.adoc @@ -2,4 +2,8 @@ == Drools Policy Removed -The Drools Policy was finally removed after the deprecation period. If you need more complex policies you can still use JavaScript-based policies. \ No newline at end of file +The Drools Policy was finally removed after the deprecation period. If you need more complex policies you can still use JavaScript-based policies. + +== Pagination support for clients + +Pagination support was added to clients in the Admin Console and REST API. Thanks to https://github.com/saibot94[saibot94]. \ No newline at end of file