From: Nick Mathewson Date: Tue, 22 Oct 2019 18:21:17 +0000 (-0400) Subject: Changes file for options_validate() API changes in #32187. X-Git-Tag: tor-0.4.3.1-alpha~264^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04addabb0426f2f564f4f0914568b2fa227a8f54;p=thirdparty%2Ftor.git Changes file for options_validate() API changes in #32187. --- diff --git a/changes/ticket32187 b/changes/ticket32187 new file mode 100644 index 0000000000..b5b4e16bfc --- /dev/null +++ b/changes/ticket32187 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Remove some unused arguments from the options_validate() function, + to simplify our code and tests. Closes ticket 32187.