Skip to content

v0.5.2

Compare
Choose a tag to compare
released this 23 Apr 16:55
· 293 commits to master since this release
dae2865

New

  • Added a check that detect redundant attributes, such as __gshared static. (#438)

Enhancements

  • The check that verifies if the documentation of public functions contains the right sections also detects if Throws: is missing. (#607)

Bug fixed

  • Fixed a a case of false positive for the properly documented check. (#610)
  • Fixed unusable results of --report due to loging in the library used to read the configuration file. (#612)

Other

  • Windows binary is available for each new release.