From 37d8504e99bec285b2cb261f0cff75583b8ef429 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 13 Aug 2025 17:54:20 +0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d709cc8..118ebba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.5] + +### Added + +* Adding py 3.13 to pyproject ([#20](https://github.com/paulromano/endf-python/pull/20)) + +### Fixed + +* Fix parsing of MF=6, LAW=2 ([#22](https://github.com/paulromano/endf-python/pull/22)) + ## [0.1.4] ### Fixed