Echo Writes Code

CHANGELOG.md

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • core library for fundamental types and functions used by everything else
  • test library for testing infrastructure
  • core::result namespace, containing facilities for operations that can fail
  • test::outcome namespace, containing types representing scenario outcomes
  • EXPECT family of macros, used to express test conditions

Changed

Deprecated

Removed

Fixed

Security