diff options
author | Chelsea H. Komlo <chelsea.komlo@gmail.com> | 2016-11-20 20:00:24 -0500 |
---|---|---|
committer | Chelsea H. Komlo <chelsea.komlo@gmail.com> | 2016-11-24 12:15:00 -0500 |
commit | 1ca777474b858acfa97137c155488a78006d494b (patch) | |
tree | eb8f639fb19b06f1684dad3f9366ded74943a75a /changes | |
parent | e01b09d5cecac33fa8633a18982560e34a67ee88 (diff) | |
download | tor-1ca777474b858acfa97137c155488a78006d494b.tar.gz tor-1ca777474b858acfa97137c155488a78006d494b.zip |
adds changes file
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket20717 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket20717 b/changes/ticket20717 new file mode 100644 index 0000000000..c896f8ad98 --- /dev/null +++ b/changes/ticket20717 @@ -0,0 +1,4 @@ + 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. |