summaryrefslogtreecommitdiff
path: root/changes/bug20048
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-06 16:48:52 -0500
committerNick Mathewson <nickm@torproject.org>2016-11-06 16:48:52 -0500
commitc69bc895caf9f81d97570e46bd53c22160db3fa0 (patch)
treea38aa9bcc174c130c2c1de7e5b0e9cca0d832ebf /changes/bug20048
parentc8ec42de2ffde174086ecf720ba8f6f20a5b0947 (diff)
downloadtor-c69bc895caf9f81d97570e46bd53c22160db3fa0.tar.gz
tor-c69bc895caf9f81d97570e46bd53c22160db3fa0.zip
Fix lintchanges warnings in master.
Diffstat (limited to 'changes/bug20048')
-rw-r--r--changes/bug200484
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/bug20048 b/changes/bug20048
index 0874e97e7a..5cc9f45545 100644
--- a/changes/bug20048
+++ b/changes/bug20048
@@ -1,4 +1,4 @@
- o Minor bugfixes:
+ o Minor features (infrastructure):
- Implement smartlist_add_strdup() function. Replaces the use of
- smartlist_add(sl, tor_strdup(str)). Fixes bug 20048.
+ smartlist_add(sl, tor_strdup(str)). Closes ticket 20048.