Skip to content

Commit

Permalink
Merge pull request #183 from dstansby/clog
Browse files Browse the repository at this point in the history
Add changelog for 1.0.0
  • Loading branch information
dstansby committed May 22, 2023
2 parents 7b46030 + 5ccae2e commit fe09d84
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.rst → doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
cdflib 1.0.0
============
=========
Changelog
=========

1.0.0
=====

Python support
--------------
``cdflib`` is now only tested on Python 3.8, 3.9, and 3.10. It may work
``cdflib`` is now only tested on Python 3.8, 3.9, 3.10, and 3.11. It may work
for older versions of Python, but this is not guarenteed. If you need to
use ``cdflib`` on an older version of Python, please open an issue to
discuss whether the ``cdflib`` maintainers can support this.
Expand All @@ -23,3 +27,7 @@ Breaking changes
- Removed ``cdflib.cdfepochs.CDFepoch.getLeapSecondLastUpdated``.
Directly inspect `CDFepoch.LTS` instead to get the last date at which a
leapsecond was added.

Bugfixes
--------
- ``"Majority"`` is now correctly read from the CDF spec if present.
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ What can cdflib do?
:caption: Contents:

modules/index
changelog
development

0 comments on commit fe09d84

Please sign in to comment.