1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8 -*-
====================
MDA-XDRLIB CHANGES
====================
This file lists all changes to the code as required by clause 3 of the
PSF license version 2.
The rules for this file:
* entries are sorted newest-first.
* summarize sets of changes - don't reproduce every git log comment here.
* don't ever delete anything.
* keep the format consistent (79 char width, M/D/Y date format) and do not
use tabs but use spaces for formatting
* accompany each entry with github issue/PR number (Issue #xyz)
* release numbers follow "Semantic Versioning" http://semver.org
------------------------------------------------------------------------------
* 1.0.0
* Added various flake8 / pep8 fixes.
|