File: CHANGES

package info (click to toggle)
python-mda-xdrlib 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: python: 1,517; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 772 bytes parent folder | download
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.