view CHANGES.txt @ 119:eefde3288fb8

FIX: YAML-file streams must be opened as UTF-8 text files; otherwise double encoding occurs for non-Unicode locales (e.g. Windows)
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 29 Mar 2018 12:37:20 +0200
parents e37fc67ae7f3
children ba5970a2dcef
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: 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


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

   .. change::
      :tags: feature

      First really used release.