summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-10-26 22:21:08 +0000
committerMark Michelson <mmichelson@digium.com>2007-10-26 22:21:08 +0000
commita55b6954e82025b9f0982fea34b7167baec4df6a (patch)
tree16bf02ff9f165b2cabe3c5fe76e6f5e886fff757
parentc472a68a8ac833f7c986ed04cbfa785d0f2a2da8 (diff)
Forgot to update CHANGES when I committed the linear queue strategy.
Thank you Russell, for pointing this out! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87217 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 642f9eaa7..2ce496c08 100644
--- a/CHANGES
+++ b/CHANGES
@@ -165,6 +165,7 @@ Queue changes
* Added additional information to EXITWITHTIMEOUT and EXITWITHKEY events in the
queue log.
* Added ability for non-realtime queues to have realtime members
+ * Added the "linear" strategy to queues.
MeetMe Changes
--------------