Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 3.77 KB

CHANGELOG.md

File metadata and controls

92 lines (51 loc) · 3.77 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning 2.0.0. Any violations of this scheme are considered to be bugs.

Added

  • Your contribution here.

Changed

  • Your contribution here.

Deprecated

  • Your contribution here.

Removed

  • Your contribution here.

Fixed

  • Your contribution here.

Security

  • Your contribution here.

Miscellaneous

  • Your contribution here.

0.3.0 - 2019-10-09

Added

Changed

  • #29: Renamed the assures method to promises and all of the internals to reflect the new naming. This is a backward-compatible change due to an alias of assures to promises - @michaelherold, suggested by @KelseyDH.

Fixed

Miscellaneous

0.2.0 - 2019-05-27

Added

  • #18: Add possibility to inherit class with saving interactor-contracts behaviour - @raykov.

Fixed

  • #16: Fix BreachSet#to_hash issue with hashed messages in Breaches - @raykov.

Security

  • #15: Update vulnerable dependencies in the development harness. No user-facing change - @michaelherold.

0.1.0 - 2017-02-25

Added

Fixed

  • #5: Refactored code base to prepare for the release of v0.1.0 - @michaelherold.

Miscellaneous