Skip to content

Release 0.5.1

Compare
Choose a tag to compare
@stephenberry stephenberry released this 27 Sep 20:18
· 10 commits to master since this release

Changes since 0.5.0

New Features

  • Added a simStopped() method to Module that returns true if the Simulator the Module belongs to was successfully stopped.

Improvements

  • Added more comments to core code.
  • Changed some std::cerr printing to throw std::runtime_error, most significantly within the Simulator loop.

Fixes

  • Updated ascent-examples repository for new requirement of Link.h header for ascModule macro.