Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 663 Bytes

changelog.md

File metadata and controls

16 lines (13 loc) · 663 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.

[Unreleased]

[1.4.1] 2021-12-27

  • Added
    • A check for an empty input list which will produce a type error.
    • A test file compatible with pytest. (Thanks to @wontonst!)

[1.4.0] 2021-12-27

  • Added
    • A changelog.
    • A new boolean argument called preformatted_headers which, when no_borders==True will use the headers as-provided, rather than captializing the headers. (Thanks to @volitank!)