v2.0.0
-
Incompatibility:
Event.tags
andEvent.unavailability
are now immutable
rather than list objects. List methods to update them will no longer work. -
New Feature: Methods to add tags and unavailability to
Event
objects #77 -
Enhancement: the
tags
andavailability
arguments toEvent
are
optional, and default to an empty list. #74