Commit 01fcaf8e authored by Jim Fulton's avatar Jim Fulton

Note droppiing of setUser from ITransaction and possible backward incompatibility.

parent 09c1d03a
Changes Changes
======= =======
2.0.0 (unreleased)
------------------
- The transaction ``user`` and ``description`` attributes are now - The transaction ``user`` and ``description`` attributes are now
defined to be text (unicode) as apposed to Python the ``str`` type. defined to be text (unicode) as apposed to Python the ``str`` type.
...@@ -12,6 +15,15 @@ Changes ...@@ -12,6 +15,15 @@ Changes
``extended_info`` keys to be text (unicode) and values to be ``extended_info`` keys to be text (unicode) and values to be
JSON-serializable. JSON-serializable.
- Removed setUser from ITransaction. We'll keep the method
undefinately, but it's unseemly in ITransaction. :)
The main purpose of these changes is to tighten up the text
specification of user, description and extended_info keys, and to give
us more flexibility in the future for serializing extended info. It's
possible that these changes will be breaking, so we're also increasing
the major version number.
1.7.0 (2016-11-08) 1.7.0 (2016-11-08)
------------------ ------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment