Skip to content

Commit 573ab8c

Browse files
committed
Updated changelog
1 parent 41db6dd commit 573ab8c

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Release notes
22
#############
33

4+
iPOPO 1.0.0
5+
***********
6+
7+
Project
8+
=======
9+
10+
* The Pelix/iPOPO is now split in two branches: iPOPO (``v1`` branch) and
11+
ipopo2 (``v2`` branch). The ``v2`` branch requires Python 3.7+, whereas ``v1``
12+
will keep compatibility with Python 2.7.
13+
14+
Pelix
15+
=====
16+
17+
* Fixed an error when starting the framework after having loaded native modules,
18+
*e.g.* ``numpy``. These modules don't have a ``__path__`` set, which case was
19+
not handled when the framework normalizes the existing module paths.
20+
* Fixed an invalid import of ``collections`` abstract classes for Python 3.3+
21+
in ``pelix.internal.hooks``.
22+
23+
424
iPOPO 0.8.1
525
***********
626

docs/changelog.rst

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
Release Notes
44
#############
55

6+
iPOPO 1.0.0
7+
===========
8+
9+
:Release Date: 2020-01-19
10+
11+
Project
12+
-------
13+
14+
* The Pelix/iPOPO is now split in two branches: iPOPO (``v1`` branch) and
15+
ipopo2 (``v2`` branch). The ``v2`` branch requires Python 3.7+, whereas ``v1``
16+
will keep compatibility with Python 2.7.
17+
18+
Pelix
19+
-----
20+
21+
* Fixed an error when starting the framework after having loaded native modules,
22+
*e.g.* ``numpy``. These modules don't have a ``__path__`` set, which case was
23+
not handled when the framework normalizes the existing module paths.
24+
* Fixed an invalid import of ``collections`` abstract classes for Python 3.3+
25+
in ``pelix.internal.hooks``.
26+
27+
628
iPOPO 0.8.1
729
===========
830

@@ -25,7 +47,7 @@ Remote Services
2547
* Use a local ``etcd`` server in Travis-CI instead of a public one.
2648

2749

28-
iPOPO 0.8.0
50+
iPOPO 1.0.0
2951
===========
3052

3153
:Release Date: 2018-08-19

0 commit comments

Comments
 (0)