Skip to content

Version 4.5.2

Compare
Choose a tag to compare
@cmacmackin cmacmackin released this 20 Feb 19:50
· 1349 commits to master since this release

Various bugfixes:

  • Documentation next to the final statement in a type definition now included with the information on the destructor (Issue #109)
  • Fixed bug causing all spaces to be removed from the end of a line if that line is continued. This meant that the last token on one line and the first on the next would be combined, causing errors (part of Issue #107).
  • Bullet points no longer show up next to check boxes in checklists, if the markdown-checklist extension is used.
  • Fixed crash when procedure has empty argument list with whitespace (Issue #106)
  • Fixed regression where FORD no longer matches procedure arguments with interfaces (Issue #110)
  • Fixed potential problem that a constructor could be considered private by FORD when the corresponding derived type is public
  • Fixed regression causing ancestor types not to be properly recognized and linked to if they are in a different module.