Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-mclawhorn committed Dec 19, 2016
1 parent 15a908b commit 202368e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Current

### Changed:

- [MetricMaker cleanup and simplification](https://github.com/yahoo/fili/pull/127)
* Simplified raw aggregation makers
* `ConstantMaker` now throws an `IllegalArgumentException` wrapping the raw NumberFormatException on a bad argument
* `FilteredAggregation` no longer requires a metric name to be passed in. (Aggregation field name is used)
* `FilteredAggregationMaker` now accepts a metric to the 'make' method instead of binding at construction time.

- [Used Metric Field accessor to simplify maker code](https://github.com/yahoo/fili/pull/124)
* Using metric field accessor simplifies and enables streaminess in maker code

Expand Down

0 comments on commit 202368e

Please sign in to comment.