From c5485ddb4fcf4ad005ec00f7064309c87fe00dd4 Mon Sep 17 00:00:00 2001
From: Jonathan Rose <jrose@digium.com>
Date: Thu, 18 Oct 2012 21:44:22 +0000
Subject: [PATCH] app_queue: add upgrade notes for 375216

Adds UPGRADE notes describing behavioral changes to rrmemory strategy caused by
375216

(issue AST-989)
Reported by: Thomas Arimont


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@375247 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 UPGRADE.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/UPGRADE.txt b/UPGRADE.txt
index d565602d9a..c009b0004b 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -20,6 +20,13 @@
 ===
 ===========================================================
 
+From 11.0 to 11.1:
+
+Queues:
+ - Queue strategy rrmemory now has a predictable order similar to strategy
+   rrordered. Members will be called in the order that they are added to the
+   queue.
+
 From 10 to 11:
 
 Voicemail:
-- 
GitLab