From 736d16ac37758f0763921115c7f6f4d63a87ae47 Mon Sep 17 00:00:00 2001 From: Ryan LeCompte Date: Tue, 3 Apr 2012 20:46:34 -0700 Subject: [PATCH] add entry to changelog --- Changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changes.md b/Changes.md index 7a93782d..3912dc5d 100644 --- a/Changes.md +++ b/Changes.md @@ -4,6 +4,7 @@ HEAD - Fix fetch breaking retry when used with Redis namespaces. [#109] - Redis connection now just a plain ConnectionPool, not CP::Wrapper. - Capistrano initial deploy fix [#106] +- Re-implemented weighted queues support (ryanlecompte) 0.11.0 -----------