summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-07 23:21:18 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-07 23:21:18 -0400
commit7988596f66874fd36d1c99bf39736e4b41609a6b (patch)
tree8bdd66158567b2102cfbd6b4f84c536b2efb7c7a /changes
parent2cde6658b5998561e9e8a9377976db87690a2387 (diff)
downloadtor-7988596f66874fd36d1c99bf39736e4b41609a6b.tar.gz
tor-7988596f66874fd36d1c99bf39736e4b41609a6b.zip
Remove version_supports checks for versions before 0.2.2.
Diffstat (limited to 'changes')
-rw-r--r--changes/remove_old_ver_checks4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/remove_old_ver_checks b/changes/remove_old_ver_checks
new file mode 100644
index 0000000000..7d476a1901
--- /dev/null
+++ b/changes/remove_old_ver_checks
@@ -0,0 +1,4 @@
+ o Removed features:
+ - Now that all versions before 0.2.2.x are disallowed, we no longer
+ need to work around their missing features. This allows us to remove
+ a bunch of compatibility code.