Authors / changelog for 4.5.0

Change-Id: I7fd65c32a7034fc5d1e01fc822b9771d49ad81c2
This commit is contained in:
Tim Burke 2024-02-26 11:00:39 -08:00
parent 153f4cd277
commit 27171d981c
4 changed files with 26 additions and 0 deletions

View File

@ -97,3 +97,4 @@ Nandini Tata <nandini.tata@intel.com> <nandini.tata.15@gmail.com>
Flavio Percoco <flaper87@gmail.com>
Timur Alperovich <timuralp@swiftstack.com> <timur@timuralp.com>
Thiago da Silva <thiagodasilva@gmail.com> <thiago@redhat.com>
DavHau <hsngrmpf@gmail.com> <hsngrmpf+github@gmail.com>

View File

@ -30,6 +30,7 @@ Corey Bryant (corey.bryant@canonical.com)
Dan Prince (dprince@redhat.com)
Daniel Wakefield (daniel.wakefield@hp.com)
Darrell Bishop (darrell@swiftstack.com)
DavHau (hsngrmpf@gmail.com)
David Goetz (david.goetz@rackspace.com)
David Kranz (david.kranz@qrclab.com)
David Shrewsbury (shrewsbury.dave@gmail.com)

View File

@ -1,3 +1,15 @@
4.5.0
-----
* `swift stat --lh` now prints account quotas (including per-policy quotas)
in human-readable units, similar to account usage values.
* Modernized some aspects of packaging, allowing wheels to be built with more
(and more recent) tools.
* Various other minor bug fixes and improvements.
4.4.0
-----

View File

@ -0,0 +1,12 @@
---
features:
- |
``swift stat --lh`` now prints account quotas (including per-policy quotas)
in human-readable units, similar to account usage values.
- |
Modernized some aspects of packaging, allowing wheels to be built with more
(and more recent) tools.
fixes:
- |
Various other minor bug fixes and improvements.