Changes file for ticket 40127

This commit is contained in:
Nick Mathewson 2020-10-23 10:32:08 -04:00
parent 6bf964a3e5
commit e834702f9d

7
changes/ticket40127 Normal file
View File

@ -0,0 +1,7 @@
o Minor features (compilation):
- When building Tor, first link all object files into a single
static library. This may help with embedding Tor in other
programs. Note that most Tor functions do not constitute a
part of a stable or supported API: Only those functions in
tor_api.h should be used if embedding Tor. Closes ticket
40127.