Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Jan 19, 2020
1 parent 41db6dd commit 573ab8c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Release notes
#############

iPOPO 1.0.0
***********

Project
=======

* The Pelix/iPOPO is now split in two branches: iPOPO (``v1`` branch) and
ipopo2 (``v2`` branch). The ``v2`` branch requires Python 3.7+, whereas ``v1``
will keep compatibility with Python 2.7.

Pelix
=====

* Fixed an error when starting the framework after having loaded native modules,
*e.g.* ``numpy``. These modules don't have a ``__path__`` set, which case was
not handled when the framework normalizes the existing module paths.
* Fixed an invalid import of ``collections`` abstract classes for Python 3.3+
in ``pelix.internal.hooks``.


iPOPO 0.8.1
***********

Expand Down
24 changes: 23 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
Release Notes
#############

iPOPO 1.0.0
===========

:Release Date: 2020-01-19

Project
-------

* The Pelix/iPOPO is now split in two branches: iPOPO (``v1`` branch) and
ipopo2 (``v2`` branch). The ``v2`` branch requires Python 3.7+, whereas ``v1``
will keep compatibility with Python 2.7.

Pelix
-----

* Fixed an error when starting the framework after having loaded native modules,
*e.g.* ``numpy``. These modules don't have a ``__path__`` set, which case was
not handled when the framework normalizes the existing module paths.
* Fixed an invalid import of ``collections`` abstract classes for Python 3.3+
in ``pelix.internal.hooks``.


iPOPO 0.8.1
===========

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


iPOPO 0.8.0
iPOPO 1.0.0
===========

:Release Date: 2018-08-19
Expand Down

0 comments on commit 573ab8c

Please sign in to comment.