Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 932 Bytes

v1_4_0.md

File metadata and controls

46 lines (31 loc) · 932 Bytes

Robot Testing Framework 1.4.0 (UNRELEASED) Release Notes {#v1_4_0}

Important Changes

  • RTF now requires cmake 3.1.0.
  • C++11 is required for compiling and using RTF.
  • Added [[noreturn]] c++11 statement for assert macros.
  • Fixed old typo, the keyword suit has been replaced with suite, maintaining the backward compatibility.

Libraries

New Features

Libraries

RTF

  • Added xml tag order check.

Bug Fixes

Libraries

RTF_dll

  • Fixed dll postfix mismatch on windows. in debug configuration rtf will try to load the dll with a "d" between the name and the format (e.g. name + "d" + .dll)

Contributors

This is a list of people that contributed to this release (generated from the git history using git shortlog -ens --no-merges v1.3.0..v1.4.0):