CHANGELOG.md in alf-0.10.1 vs CHANGELOG.md in alf-0.11.0
- old
+ new
@@ -1,4 +1,29 @@
+# 0.11.0 / FIX ME
+
+## Broken APIs (private sections only)
+
+* All pipe() methods have been removed and replaced by arguments taken at
+ construction time. This affects the implementation of operators and may
+ require changes to contributed readers and renderers.
+* Alf::Operator::Base -> Alf::Operator::InstanceMethods
+* Alf::Reader::Base -> Alf::Reader::InstanceMethods
+* Alf::Rendered::Base -> Alf::Rendered::InstanceMethods
+* Alf::Environment::Base -> Alf::Environment::InstanceMethods
+* Alf::Aggregator::Base -> Alf::Aggregator::InstanceMethods
+* Alf::Buffer has been removed as well as the Sorted specialization.
+* Alf::Environment::Explicit has been removed as well as associated tools.
+* Ordering#order_of has been removed
+* Ordering#order_by has been removed
+* Alf::Tools.coerce now raise a Alf::CoercionError instead of a Myrrha::Error
+ in case of coercion failure
+
+## On the development side
+
+* Bumped ruby.noe to 1.7.0
+* Bumped rspec to 2.8.0
+* Bumped sequel to 3.30.0
+
# 0.10.1 / 2011-08-31
## Miscellaneous enhancements
* Added Variance and Stddev aggregation operators; they are available under