njoy / ENDFtk

Toolkit for reading and interacting with ENDF-6 formatted files
Other
33 stars 5 forks source link

Fix unit test still using catch-adapter #194

Closed whaeck closed 5 months ago

whaeck commented 5 months ago

A unit test (WattSpectrum.test.cpp in MF5) was still using the old Catch version. On gcc 11.4, this seemed to cause a compilation issue. This has been corrected.

In addition, a release notes file was added to more easily keep track of changes.