Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.57 KB

CHANGES.md

File metadata and controls

40 lines (32 loc) · 1.57 KB

Changes in Unindent

This file documents all notable changes.

Most lines should begin with one of these words: Add, Fix, Update, Change, Deprecate, Remove.

  • Fix packaging issues:
    • Enable deterministic build.
    • Embed untracked sources in symbols package.
  • Add leading newline removal. Unindent will remove one leading newline, if present, from the input string. This makes Unindent behave as advertised in the example given in the README file.
  • Fix missing documentation.

Initial release.