summaryrefslogtreecommitdiff
path: root/changes/ticket23845
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket23845')
-rw-r--r--changes/ticket238455
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket23845 b/changes/ticket23845
index 01f57374b4..93c150bdb0 100644
--- a/changes/ticket23845
+++ b/changes/ticket23845
@@ -1,3 +1,8 @@
+ o Major features (embedding):
+ - There is now a documented stable API for programs that need to
+ embed Tor. See tor_api.h for full documentation and known bugs.
+ Closes ticket 23684.
+
o Code simplification and refactoring:
- The tor_git_revision[] constant no longer needs to be redeclared
by everything that links against the rest of Tor. Done as part