Add release note for routing pagination feature

1. What is the problem
Resource routing list operation supports pagination now,
we need to add release note for it.

2. What is the solution for the problem
Add release note for routing pagination feature.

3. What the features need to be implemented to the Tricircle to
realize the solution
None.

Change-Id: I889859f4fb0935763f5147fe7de4558263a5dc31
This commit is contained in:
Fangming Liu 2017-07-12 19:26:36 +08:00
parent 0b92b5fcd6
commit 71e0c21b2e
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
features:
- |
Support pagination for resource routing list operation. If page size is
not specified from client, then maximum pagination limit from
configuration will be used.