Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 538 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 538 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.

[0.2.0] - 2020-06-08

Added

  • CodeFile.lock, a new manual lock step that allows you to customize the lock docstring.

Changed

  • BREAKNG: CodeFile.build no longer locks the file automatically. Call CodeFile.lock after calling build to get the old behavior.