aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorChelsea H. Komlo <chelsea.komlo@gmail.com>2016-11-20 20:00:24 -0500
committerChelsea H. Komlo <chelsea.komlo@gmail.com>2016-11-24 12:15:00 -0500
commit1ca777474b858acfa97137c155488a78006d494b (patch)
treeeb8f639fb19b06f1684dad3f9366ded74943a75a /changes
parente01b09d5cecac33fa8633a18982560e34a67ee88 (diff)
downloadtor-1ca777474b858acfa97137c155488a78006d494b.tar.gz
tor-1ca777474b858acfa97137c155488a78006d494b.zip
adds changes file
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket207174
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.