diff options
Diffstat (limited to 'changes/ticket20717')
-rw-r--r-- | changes/ticket20717 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/changes/ticket20717 b/changes/ticket20717 index c896f8ad98..71d3edd13e 100644 --- a/changes/ticket20717 +++ b/changes/ticket20717 @@ -1,4 +1,3 @@ o Code simplification and refactoring: - - Refactors the hashing API to return negative values for errors as is done - as a standard throughout the codebase. - - Refactors calling functions to expect negative values for errors. + - Refactor the hashing API to return negative values for errors, as is done + as throughout the codebase. Closes ticket 20717. |