Skip to content

Commit

Permalink
docs: Prepare changelog for 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Apr 5, 2024
1 parent 4dfab5c commit 2f5c445
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

### Changed
## Changed

## Fix
## [7.1.1] - 2024-04-05

- Fix string width calculation with ANSI escape sequences by using ansi-str instead of console::measure_text_width().
- Fix typos.
- Fix compiler warnings in tests/all/property_test.rs
## Fix

-
- Fix string width calculation with ANSI escape sequences by switching to the `ansi-str` crate.
The previous implementation didn't respect OSC 8 hyperlink style ANSI sequences.

## [7.1.0] - 2023-10-21

Expand Down

0 comments on commit 2f5c445

Please sign in to comment.