new changes entry for rend_service_introduce refactoring

This commit is contained in:
Nick Mathewson 2012-07-31 17:09:20 -04:00
parent 3763959ef0
commit 0e35e9235e

View File

@ -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.