Skip to content

Commit

Permalink
fix some entries
Browse files Browse the repository at this point in the history
  • Loading branch information
rsalmei committed Oct 5, 2023
1 parent 532b466 commit 0568223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
- new custom fps system, which enables very slow refresh rates (long periods)
- the final receipt can be hidden (great for special effects)
- new support for `click.echo()` printing
- more resilient `text` method, which accepts any value, even numbers
- bar methods like `current` and `pause` are now read-only (non-data descriptors)
- bar methods like `text` and `current` now support assigning in addition to calling (data descriptors)
- more resilient `text` method which accepts any value, even numbers
- bar methods like `current` and `pause` are now read-only (read-only data descriptors)
- bar methods like `text` and `title` now support assigning in addition to calling (data descriptors)
- faster performance, with optimized flush control
- detection of terminal columns is safer for exotic environments
- fix hook manager trimming spaces at the start
Expand Down

0 comments on commit 0568223

Please sign in to comment.