Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
Codetools Changelog
===================

Release 4.3.0
-------------

*NOTE* : Pickling `MultiContext` instances is broken on Python 2.
See https://github.com/enthought/codetools/issues/30 for further details.

New Features

* Support for Python 3.5 and 3.6 (#22)

* New `IDataContext` interface and relevant concrete implementations -
`DataContext` and `MultiContext` (#18)

* Provide adaptation offers for dictionaty to IContext adaptation (#15)

Enhancements

* Use PEP 440 compliant development version (#19)

Fixes

What's new in Codetools 4.3.0
-----------------------------
* Remove deprecated traits api (#27)

* Remove unused imports and dependence on `unittest2` (#13)


Release 4.2.0
Expand Down