Mercurial > p > roundup > code
diff CHANGES.txt @ 6123:c177e7128dc9
issue2551083 Replace BaseException and Exception with RoundupException
issue2551083 - Replace BaseException and Exception as base classes
with new RoundupException (inheriting from Exception) for most roundup
exceptions.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 03 Apr 2020 16:18:59 -0400 |
| parents | e6073c2291c6 |
| children | 382ff417a705 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Mar 03 21:00:38 2020 -0500 +++ b/CHANGES.txt Fri Apr 03 16:18:59 2020 -0400 @@ -62,6 +62,10 @@ (Christof Meerwald) - Allow filtering by multiple date ranges or empty date. Date ranges are separated by comma, an empty date is represented by '-' +- issue2551083 - Replace BaseException and Exception as base classes + with new RoundupException (inheriting from Exception) for most + roundup exceptions. (John Rouillard and Ralf Schlatterbeck on + request from Robert Klonner.) Fixed:
