-------------------
- Bump to 0.1.0 for conditional formatting rules release. [Robin Thomas]
- Added doc about rule mutation and save() [Robin Thomas]
- Added conditional format rules documentation. [Robin Thomas]
- Added tests on effective cell format after conditional format rules
apply. [Robin Thomas]
- Py2.7 MutableSequence does not mixin clear() [Robin Thomas]
- Tightened up add/delete of cond format rules, testing deletion of
multiple rules. [Robin Thomas]
- Forbid illegal BooleanCondition.type values for data validation and
conditional formatting ,respectively. [Robin Thomas]
- Realized that collections.abc is hoisted into collections module for
backward compatibility already. [Robin Thomas]
- Add 2-3 compat for collections abc imports. [Robin Thomas]
- Final draft of conditional formatting implementation; test added,
tests pass. Documentation not yet written. [Robin Thomas]
- Update README.rst. [Robin Thomas]