You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/changes.rst
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
Changes
2
2
=======
3
3
4
-
0.3.0 (2018-08-??)
4
+
0.3.0 (2018-08-25)
5
5
******************
6
6
7
7
Changes
8
8
* Removed CurrentEnvironmentBackend's capability to process requirements - all requirements are ignored. (**BACKWARDS INCOMPATIBLE**)
9
9
* Added support for installing requirements using `Pipenv <https://docs.pipenv.org/>`_.
10
10
The directory containing ``Pipfile`` and ``Pipfile.lock`` is set by the backend option **pipfile_location**, by default the root of the repository is selected.
11
11
The Pipenv files take precedence over regular requirement files.
12
+
* The ``Result`` class now has two more attributes, ``stdout`` and ``stderr`` with the outputs of launched tasks to standard output and error.
13
+
Priting is therefore now allowed in the endpoints.
14
+
* Using UTF-8 locale in Docker images used in ``DockerBackend``.
0 commit comments