From 4eac117be0fb04990dadc851292870fafd6e1488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Wed, 24 Mar 2021 16:39:15 +0100 Subject: [PATCH] update changelog and contributors --- CHANGELOG.md | 6 ++++++ CONTRIBUTORS.md | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f3deac1..8b9b48e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Fixed + +- Made type annotations consistent for various `total` keyword arguments in `rich.progress` and rich.`progress_bar` + ## [9.13.0] - 2021-03-06 ### Added diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c6db7bf90..7f318fee2 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -10,3 +10,4 @@ The following people have contributed to the development of Rich: - [Alexander Mancevice](https://github.com/amancevice) - [Will McGugan](https://github.com/willmcgugan) - [Nathan Page](https://github.com/nathanrpage97) +- [Clément Robert](https://github.com/neutrinoceros)