Skip to content

Commit dcf9548

Browse files
committed
Release 2.0.0
1 parent 0696b74 commit dcf9548

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

HISTORY.rst

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,25 @@ Release History
2121
Unreleased
2222
++++++++++
2323

24+
**Features and Improvements**
25+
26+
**Bugfixes**
27+
28+
**Libraries**
29+
30+
**Build**
31+
32+
**Documentation**
33+
34+
35+
2.0.0 (2016-12-22)
36+
++++++++++++++++++
37+
2438
**Warning**
2539

26-
Compatibility break:
27-
the Workdir of the container will be ``/opt`` instead of ``/opt/odoo``.
40+
This release might break compatibility with the images using it, it needs some
41+
little modifications in their ``Dockerfile``.
42+
The Workdir of the container will be ``/opt`` instead of ``/opt/odoo``.
2843
The reason is that it allows a more natural transition between the project from
2944
the outside of the container and from the inside. Meaning, if we run the following command:
3045

@@ -66,15 +81,9 @@ becomes:
6681
``odoo``, by placing them in ``/opt/odoo/start-entrypoint.d`` (respecting
6782
``run-parts`` naming rules)
6883

69-
**Bugfixes**
70-
71-
* Upgrade marabunta to 0.6.3 (https://github.com/camptocamp/marabunta/releases/tag/0.6.3)
72-
7384
**Libraries**
7485

75-
**Build**
76-
77-
**Documentation**
86+
* Upgrade marabunta to 0.6.3 (https://github.com/camptocamp/marabunta/releases/tag/0.6.3)
7887

7988

8089
1.7.1 (2016-11-25)

0 commit comments

Comments
 (0)