We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8faeac + c3fba5d commit bc89672Copy full SHA for bc89672
CHANGES.rst
@@ -10,7 +10,7 @@ Enhancements
10
11
* Make UUID trait initializable. (#459)
12
* Change default ``FileEditor`` behavior for a ``File`` trait based on
13
- whether ``exists=True`` is specified for that trait. (#451)
+ whether ``exists=True`` is specified for that trait. (#451, #467)
14
15
Changes
16
@@ -37,6 +37,8 @@ Miscellaneous
37
* Code cleanups: remove "EOF" markers from code. Remove ``__main__`` blocks
38
for unit tests. Remove imports of ``unittest`` from ``unittest_tools``.
39
(#448, #446)
40
+* Update Travis CI and Appveyor configurations to run tests against
41
+ all PR branches, not just PRs against master. (#466)
42
43
44
Release 5.0.0
0 commit comments