Skip to content

Commit

Permalink
Add CHANGELOG.md (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano authored Apr 18, 2024
1 parent 6255403 commit 77b9599
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.1.2]

### Added

* Add support for MF=7, MT=451 thermal scattering general info ([#1](https://github.com/paulromano/endf-python/pull/1))
* Allow encoding to be specified when opening ENDF file ([#2](https://github.com/paulromano/endf-python/pull/2))
* Add tests for cfloat_endf ([#8](https://github.com/paulromano/endf-python/pull/8))
* Add Python 3.12 in CI ([#9](https://github.com/paulromano/endf-python/pull/9))

### Fixed

* Fix issue with C++ endf float converter ([#7](https://github.com/paulromano/endf-python/pull/7))

## [0.1.1]

### Fixed

* Fixed GHA workflow for building sdist

## [0.1.0]

### Added

* Initial release

0 comments on commit 77b9599

Please sign in to comment.