CHANGELOG.md in csv_decision-0.4.0 vs CHANGELOG.md in csv_decision-0.4.1

- old
+ new

@@ -1,4 +1,9 @@ +## v0.4.1, 10 February 2018. +*Additions* +- For consistency, input columns may now use the form `!nil?` to negate 0-arity Ruby methods. +(Typical SME users can be somewhat lax with syntax.) + ## v0.4.0, 28 January 2018. *Additions* - Input columns may now use 0-arity Ruby methods to implement conditional logic. For example `.present?` or `nil?`. Negation is also supported - e.g., `!.nil?`.