Skip to content

Commit bc303cb

Browse files
committed
Update the changelog file
1 parent c1aaf41 commit bc303cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ There is an attempt to adhere to [Semantic Versioning](https://semver.org/).
1111
- Use the [{fmt}](https://github.com/fmtlib/fmt) library (v7.0.3) to print to screen and write to file
1212
- CircleCI support
1313
- Documentation with [doxygen](http://www.doxygen.nl/)
14-
- Compile against C++17
14+
- Compile against C++17 and use the new features
1515
- Github Actions workflow
1616
- Measure testing code coverage and report to [codecov](https://codecov.io)
1717
- Ability to output all isotopic data as a single csv or json file. Watch this space for a python implementation (pynch?)
18+
- Start using inheritance and create base classes for the parts of the chart (isotope, key, magic numbers, etc) and inherit for each file type
1819

1920
### Removed
2021
- The hand crafted GNUMakefile. This was lagging at C++11 and didn't build unit tests or doxygen. Too much effort to maintain.
2122

2223
### Fixes
24+
- 2012 NUBASE file was causing a crash when read, the paper 12Ku26i added yet more uniquely formattes lines.
2325
- Symbol string was not being capitalise as expected in the Converter class.
2426
- Converting float to string was not correctly stripping out decimal places and the decimal point if non were required.
2527
- If required, the grid was drawn before the chart size was drawn so had zero size.

0 commit comments

Comments
 (0)