Adding changes file for 8197.

This commit is contained in:
rl1987
2014-09-14 17:35:13 +03:00
committed by Nick Mathewson
parent 2e951f8dda
commit 45fc0612d3
+6
View File
@@ -0,0 +1,6 @@
o Minor refactoring:
- Reworking API of policies_parse_exit_policy() function to use a
bitmask to represent parsing options instead of a confusing mess
of booleans. Resolves ticket 8197.
- Introducing helper function to parse ExitPolicy in or_options_t
structure.