Skip to content

Commit

Permalink
update history with #226 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Nov 8, 2019
1 parent aea0c90 commit 838d392
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,23 @@ History
Unreleased
---------------------

Bug Fixes
~~~~~~~~~~~~~~~~~~~~~
* fix resource sync process and update cron job running it (#226).

1.7.0 (2019-11-04)
---------------------

Features / Changes
~~~~~~~~~~~~~~~~~~~~~
- add ``docs/configuration.rst`` file that details all configuration settings that are employed by ``Magpie`` (#180).
- add more details about basic usage of `Magpie` in ``docs/usage.rst``.
- add details about external provider setup in ``docs/configuration`` (#173).
- add specific exception classes for ``register`` sub-package operations.
- add ``PHOENIX_HOST`` variable to override default ``HOSTNAME`` as needed.
- add support of ``MAGPIE_PROVIDERS_CONFIG_PATH`` and ``MAGPIE_PERMISSIONS_CONFIG_PATH`` pointing to a directory to
* add ``docs/configuration.rst`` file that details all configuration settings that are employed by ``Magpie`` (#180).
* add more details about basic usage of `Magpie` in ``docs/usage.rst``.
* add details about external provider setup in ``docs/configuration`` (#173).
* add specific exception classes for ``register`` sub-package operations.
* add ``PHOENIX_HOST`` variable to override default ``HOSTNAME`` as needed.
* add support of ``MAGPIE_PROVIDERS_CONFIG_PATH`` and ``MAGPIE_PERMISSIONS_CONFIG_PATH`` pointing to a directory to
load multiple similar configuration files contained in it.
- add environment variable expansion support for all fields within ``providers.cfg`` and ``permissions.cfg`` files.
* add environment variable expansion support for all fields within ``providers.cfg`` and ``permissions.cfg`` files.

1.6.3 (2019-10-31)
---------------------
Expand Down

0 comments on commit 838d392

Please sign in to comment.