Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 922 Bytes

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 922 Bytes

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.

Changed

  • Updated rand to ^0.6

Added

  • Added ProgramBuilder
  • Added matrix room to README.md
  • Added Travis builds for all operating systems

Changed

  • Made all fields in Program private
  • Changed field target_version in Program to type semver::Version
  • Moved test debugger to examples directory

Fixed

  • Fixed a bug in the example debugger, where on normal exit the exit code was 1