<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,15 @@
+=== 0.1.2 / 2008-12-14
+
+* 1 bug fix
+
+  * :combine_with is removed from filters before filtering
+
+=== 0.1.1 / 2008-12-12
+
+* 1 enhancement
+
+  * create block can yield an instance
+
 === 0.1.0 / 2008-12-10
 
 * 1 major enhancement</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rubygems'
 require 'hpricot'
 
 class Pipe
-  VERSION = '0.1.1'
+  VERSION = '0.1.2'
   HEADER = %q{&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;rss version=&quot;2.0&quot;&gt;&lt;channel&gt;}
   FOOTER = %q{&lt;/channel&gt;&lt;/rss&gt;}
 
@@ -27,6 +27,7 @@ class Pipe
 
   def feed(url,filters={})
     enum = (filters[:combine_with] == :and ? :all? : :any?)
+    filters.delete(:combine_with)
 
     doc = Hpricot.XML(open(url))
 </diff>
      <filename>lib/pipe.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>07d744b2f5b979c68159929b4239b60b30d06026</id>
    </parent>
  </parents>
  <author>
    <name>Drew Olson</name>
    <email>drew@drewolson.org</email>
  </author>
  <url>http://github.com/drewolson/pipe/commit/88d5d943ca0aff69f4e4209e74dedf99414b0435</url>
  <id>88d5d943ca0aff69f4e4209e74dedf99414b0435</id>
  <committed-date>2008-12-14T12:29:34-08:00</committed-date>
  <authored-date>2008-12-14T12:29:34-08:00</authored-date>
  <message>combine_with is remved from filters before filtering</message>
  <tree>3f2c0ad5b28128d7e57583fcda5c8fe7eb028209</tree>
  <committer>
    <name>Drew Olson</name>
    <email>drew@drewolson.org</email>
  </committer>
</commit>
