We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740ba60 commit 26d293aCopy full SHA for 26d293a
2 files changed
CHANGES.md
@@ -1,3 +1,18 @@
1
+# v3.5.0, 2017-08-19
2
+
3
+Parallel processing now supported on Windows, a new strategy and some minor
4
+improvements.
5
6
+- Parallel processing now supported on Windows
7
+ https://github.com/Axelrod-Python/Axelrod/pull/1117
8
+- New strategy TidemanAndChieruzzi:
9
+ https://github.com/Axelrod-Python/Axelrod/pull/1118
10
+- Minor change to some tests
11
+ https://github.com/Axelrod-Python/Axelrod/pull/1120
12
13
+Here are all the commits for this PR:
14
+https://github.com/Axelrod-Python/Axelrod/compare/v3.5.0...v3.4.0
15
16
# v3.4.0, 2017-08-06
17
18
A new strategy, internal improvement relevant for pickling, better testing and
axelrod/version.py
@@ -1 +1 @@
-__version__ = "3.4.0"
+__version__ = "3.5.0"
0 commit comments