From a55b6954e82025b9f0982fea34b7167baec4df6a Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 26 Oct 2007 22:21:08 +0000 Subject: [PATCH] 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 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 642f9eaa7f..2ce496c08c 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 --------------