Mercurial > p > roundup > code
diff CHANGES.txt @ 7543:fc9daba984c0
- issue2551103 - add pragma 'display_protected' to roundup-admin.
If setting is true, print protected attributes like id, activity,
actor... when using display or specification subcommands.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 13 Jul 2023 23:47:43 -0400 |
| parents | ed2bc951277b |
| children | 534f8bdb8f94 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Jul 13 20:16:44 2023 -0400 +++ b/CHANGES.txt Thu Jul 13 23:47:43 2023 -0400 @@ -12,6 +12,16 @@ Roundup 2.0 supports Python 3.4 and later. Roundup 2.1.0 supports python 3.6 or newer (3.4/3.5 might work, but they are not tested). +2024-XX-YY 2.4.0 + +Fixed: + +Features: + +- issue2551103 - add pragma 'display_protected' to roundup-admin. If + true, print protected attributes like id, activity, actor... + when using display or specification subcommands. (John Rouillard) + 2023-07-13 2.3.0 Fixed:
