From 0e35e9235e65601bab2b4fd2efd193b0d248b711 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 31 Jul 2012 17:09:20 -0400 Subject: [PATCH] new changes entry for rend_service_introduce refactoring --- changes/bug6177 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changes/bug6177 b/changes/bug6177 index c900c27bdd..12ab43aa4c 100644 --- a/changes/bug6177 +++ b/changes/bug6177 @@ -1,3 +1,5 @@ - o Minor features: + o Code simplification and refactoring: - Add replaycache_t structure, functions and unit tests, for future use in refactoring rend_service_introduce() for bug 6177. + - Refactor rend_service_introduce() to be more clear to read, improve, + debug, and test. Bug 6177.