This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGES.txt
118 lines (73 loc) · 2.65 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
CHANGES
=======
4.1 (unreleased)
----------------
- Nothing changed yet.
4.0 (2024-12-20)
----------------
- Drop support for Python 2.7, 3.4, 3.5, 3.6.
- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.
- Update to ``zope.component >= 5``.
3.0.2 (2018-01-16)
------------------
- Update rendering of pypi description.
3.0.1 (2018-01-16)
------------------
- Fix up a brown paper bag release.
3.0.0 (2018-01-16)
------------------
- Update dependencies not to rely on ZODB 3 anymore.
- Support Python 3.4, 3.5 and 3.6 in addition to 2.7.
0.13.1 (2013-01-17)
-------------------
- Make the exceptions also display more informative messages.
0.13 (2013-01-17)
-----------------
- ``NoTransitionAvailableError`` gained a ``source`` and ``destination``
attribute indicating what transition wasn't available.
- ``AmbiguousTransitionError`` also gained a ``source`` and ``destination``
attribute indicating what transition was ambiguous.
- ``InvalidTransitionError`` gained a ``source`` attribute indicating
the source state of the attempted invalid transition.
- Newer ``bootstrap.py``
0.12 (2012-02-10)
-----------------
- Make the info() and state() functions on the WorkflowInfo class into
classmethods as they are not of much use otherwise.
- fireTransitionToward already accepted a check_security=False
argument, but it would not allow a transition that a user didn't
have the permission for to be fired after all, because the
transition wouldn't even be found in the first place. Now it works.
0.11 (2010-04-16)
-----------------
- Do IAnnotations(self.context) only once in WorkflowState.
- An IWorkflowVersions implementation is now optional.
- Added multiple workflows support.
0.10 (2009-11-19)
-----------------
- Moved to svn.zope.org for development.
- Added a buildout.cfg, bootstrap.py
- Minimized dependencies. Note that ``Workflow`` does not inherit from
``Persistent`` and ``zope.container.contained.Contained``
anymore. If you need persistent workflow, you need to subclass this
in your own code. This breaks backwards compatibility, as persistent
workflows would need to be re-initialized.
0.9.2.1 (2007-08-15)
--------------------
- Oops, the patches in 0.9.2 were not actually applied. Fixed them
now.
0.9.2 (2007-08-15)
------------------
- zope.security changes broke imports in hurry.workflow.
- localUtility directive is now deprecated, so don't use it anymore.
0.9.1 (2006-09-22)
------------------
- first cheesehop release.
0.9 (2006-06-15)
----------------
- separate out from hurry package into hurry.workflow
- eggification work
- Zope 3.3 compatibility work
0.8 (2006-05-01)
----------------
Initial public release.