Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
transaction
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
transaction
Commits
01fcaf8e
Commit
01fcaf8e
authored
Nov 11, 2016
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note droppiing of setUser from ITransaction and possible backward incompatibility.
parent
09c1d03a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
CHANGES.rst
CHANGES.rst
+12
-0
No files found.
CHANGES.rst
View file @
01fcaf8e
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)
------------------
------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment