We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb35250 commit 5d188d8Copy full SHA for 5d188d8
1 file changed
CHANGELOG.md
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [0.1.10]
9
+
10
+### Changed
11
12
+* Optimize string construction in section text parsing ([#30](https://github.com/paulromano/endf-python/pull/30))
13
14
+### Fixed
15
16
+* Fix reading of relative intensity for STYP != 0 ([#29](https://github.com/paulromano/endf-python/pull/29))
17
+* Use fullmatch for GNDS regular expression ([#31](https://github.com/paulromano/endf-python/pull/31))
18
19
## [0.1.9]
20
21
### Fixed
0 commit comments