summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-22 09:57:12 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-22 09:57:12 -0400
commite053c71e3e216ae41dc93d546eda33c18772897a (patch)
tree370bffab2539d2ea29741bc7bcf51a07e7324cbc /changes
parentadd00045aa56c77b93b1fb4b3cf424588a7baf0e (diff)
parent0c81bdc9efd5aa2a5009be5db6f097e887ac3225 (diff)
downloadtor-e053c71e3e216ae41dc93d546eda33c18772897a.tar.gz
tor-e053c71e3e216ae41dc93d546eda33c18772897a.zip
Merge branch 'appveyor_min_029_v2' into appveyor_min_034_v2
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket255494
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket25549 b/changes/ticket25549
new file mode 100644
index 0000000000..82b41278a2
--- /dev/null
+++ b/changes/ticket25549
@@ -0,0 +1,4 @@
+ o Minor features (continuous integration):
+ - Add the necessary configuration files for continuous integration
+ testing on Windows, via the Appveyor platform. Closes ticket 25549.
+ Patches from Marcin Cieślak and Isis Lovecruft.