- Added check to ensure at least one argument is provided.
- Added logaugment.set which calls reset() and add() in order.
- Make logaugment.add work for all collections.Mapping instances.
- Fixed issue where most recent value was not used in subsequent logaugment.add calls.
- Added logaugment.reset to undo all additions using logaugment.
- Initial release.