summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-11-06 22:36:55 +0000
committerMark Michelson <mmichelson@digium.com>2007-11-06 22:36:55 +0000
commit0cd3118a621eb1103bc6ab6d831c43ffb8008a64 (patch)
tree0a38a947c93f820dc5d0c20d4e69e8e3e0969839 /CHANGES
parenta06218ee6de24c3ee0ec51abc6cb5da31e43032b (diff)
Adding the queue strategy wrandom
(closes issue #10942, reported and patched by julianjm, documentation changes by me) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89070 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 98770b31f..d8fb29156 100644
--- a/CHANGES
+++ b/CHANGES
@@ -166,6 +166,7 @@ Queue changes
queue log.
* Added ability for non-realtime queues to have realtime members
* Added the "linear" strategy to queues.
+ * Added the "wrandom" strategy to queues.
MeetMe Changes
--------------