Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

35 lines (22 loc) · 2.01 KB

Changelog

0.3.0 (2021-08-15)

Full Changelog

  • Convert operator| to return detail::temp_signal<S, op_t> #81
  • Remove returned value from var_signal::operator<<= #79
  • Remove signal<S>::flatten() method #77
  • Replace operator->* with operator| to make signals #74
  • Remove bitwise operators overloads for signals #72
  • Add -stdlib=libc++ configuration for clang builds #50
  • Use gitlab-changelog-generator #43
  • Use sanitizers build #42

0.2.0 (2021-06-26)

Full Changelog

  • Add [[nodiscard]] attribute to prevent misuse of the library #34

  • #43 gitlab-changelog-generator usage is added #66 (YarikTH)

  • Add test to check if minimal version CMake can process CMake scripts without errors #40

  • Test integration ways described in integration.md and fix them #37

  • Potential license issue #36

0.1.0 (2021-06-18)

Full Changelog

Initial release

* This Changelog was automatically generated by github_changelog_generator