blob: b6391b665d75b35bed2bc79f1ced56a9938a9e0a [file] [log] [blame]
Andrea Frittoli2d7b40a2017-08-03 16:33:29 +01001---
2features:
3 - |
4 When registering service clients from installed plugins, all registrations
5 are now processed, even if one or more fails. All exceptions encountered
6 during the registration process are recorded. If at least one exception
7 was encountered, the registration process fails and all interim errors are
8 reported.
9 - |
10 The __repr__ method is now implemented for the base `tempest.Exception`
11 class, its implementation is identical to __str__: it reports the error
12 message merged with input parameters.