From b8a70e4aeca83ebefad4b127af71b1bd125efa40 Mon Sep 17 00:00:00 2001
From: Fei Long Wang <flwang@catalyst.net.nz>
Date: Thu, 16 Jun 2016 11:28:00 +1200
Subject: [PATCH] Add release note for bug 1590173

Change-Id: I80a1d6fb5d5e4413526079c1894153e80207ada1
---
 .../notes/fix_subscription_limit-c3cdc9385825285a.yaml       | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 releasenotes/notes/fix_subscription_limit-c3cdc9385825285a.yaml

diff --git a/releasenotes/notes/fix_subscription_limit-c3cdc9385825285a.yaml b/releasenotes/notes/fix_subscription_limit-c3cdc9385825285a.yaml
new file mode 100644
index 000000000..6d8482da0
--- /dev/null
+++ b/releasenotes/notes/fix_subscription_limit-c3cdc9385825285a.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+  - Query for all subscriptions on a given queue by taking into account the
+    returned marker, if any. Without this fix, only 10 subscriptions can be
+    extracted from database to send notification.