Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

56 lines (35 loc) · 1.47 KB

Changelog

0.2.3 (2023-08-06)

BREAKING CHANGE

  • Old versions of fpm < 0.8.0 are incompatible with this version.

Changed

  • Support fpm >= 0.8.0. (#5)

0.2.2 (2023-01-20)

Fixed

  • Remove GNU Fortran warning "Legacy Extension: Comma before i/o item list". (509ebd1)

0.2.1 (2022-03-15)

Fixed

  • Forgotten library initialization in paramcard_set and paramcard_summary. (#3, #4)

0.2.0 (2022-02-16)

BREAKING CHANGE

  • Public procedures in the paramcard module have been renamed in such a way that they have the common prefix paramcard_. (#2)

Added

  • paramcard_output procedure, which allows the end user to easily customize the output. (bae2725)

0.1.0 (2021-12-30)

  • First version.