Skip to content

Commit

Permalink
docs: Add changelog entry for tty feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Aug 11, 2021
1 parent 9d58bd1 commit e40d2fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Remove `ASCII_HORIZONTAL_BORDERS_ONLY` in favor of `ASCII_HORIZONTAL_ONLY`.
- Remove `UTF8_HORIZONTAL_BORDERS_ONLY` in favor of `UTF8_HORIZONTAL_ONLY`.

## [4.1.1] -

### Added

- `tty` feature flag, which enables tty related functionality.
This includes styling and terminal-width detection.
The `tty` feature flag is enabled by default.
Implemented by [roee88](https://github.com/roee88) in [#47](https://github.com/Nukesor/comfy-table/pull/47).


## [4.1.0] - 2021-08-09

### Added
Expand Down

0 comments on commit e40d2fc

Please sign in to comment.