Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballs committed May 12, 2017
1 parent f091ad6 commit 1ebf88c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Changelog
#########

Not Released
------------
v2.0.0 (2017-05-12)
-------------------
* Incompatibility: Event.tags and Event.unavailability are now immutable
rather than list object. List methods to update them will no longer work.

* New Feature: Methods to add tags and unavailability to Event objects
`#77 <https://github.com/PyconUK/ConferenceScheduler/pull/77>`_

* Enhancement: the ``tags`` and ``availability`` arguments to ``Event`` are
optional, and default to an empty list.
`#74 <https://github.com/PyconUK/ConferenceScheduler/pull/74>`_
Expand Down

0 comments on commit 1ebf88c

Please sign in to comment.