Skip to content

Commit

Permalink
Add section for backwards-incompatible changes to the changelog (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jul 3, 2021
1 parent 114e972 commit 1c8e507
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,17 @@ Release 0.3.0

Release date: XXXX-XX-XX

Changes
~~~~~~~
Backwards-incompatible changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The following backwards-incompatible changes may affect advanced users
of Traits Futures.

* The ``state`` trait of the ``~.TraitsExecutor`` is now read-only;
previously, it was writable.

Other Changes
~~~~~~~~~~~~~

* Python 3.5 is no longer supported. Traits Futures requires Python 3.6
or later.
Expand Down

0 comments on commit 1c8e507

Please sign in to comment.