view CHANGES.txt @ 137:e84870359e1a

Enhance docu
author Franz Glasner <hg@dom66.de>
date Thu, 05 Apr 2018 09:42:23 +0200
parents 21d92ff8cf31
children c87b0dc54e1d
line wrap: on
line source

.. -*- coding: utf-8; mode: rst; indent-tabs-mode: nil; -*-

..
.. Valid tags: doc, feature, bugfix, test, breaking
..

.. _changelog:

Changelog
=========

Pre-1.0 Series
--------------

.. changelog::
   :version: 0.6

   .. change::
      :tags: breaking, feature

      Reimplement :py:func:`configmix.safe_merge` do to a deepcopy of all
      source configurations when merging. Previously is was sort of a
      shallow copy.

   .. change::
      :tags: breaking, feature

      The default file encoding when reading INI style files with
      :py:func:`configmix.ini.load` is now "UTF-8". Previously it was
      undefined and therefore dependent on the user's locale.

      An `encoding` keyword argument can be specified explicitely now.

   .. change::
      :tags: doc

      Begin the documentation with `Sphinx <http://www.sphinx-doc.org>`_

   .. change::
      :tags: test

      Begin formal unittests

   .. change::
      :tags: feature

      Build a tree of configuration settings from INI files

   .. change::
      :tags: feature

      Allow JSON formatted files as configuration files also (suffix ".json").


.. changelog::
   :version: 0.5
   :released: 2016-04-19

   .. change::
      :tags: feature

      First really used release.