aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/tutorials/index.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-06-27 16:38:00 +1200
committerAldo Cortesi <aldo@nullcube.com>2011-06-27 16:38:00 +1200
commit46ec8f52e7be21a467287c9f5ba64cebb35f0a28 (patch)
tree2e905bb5867b43e5651473c47c78846498825d0c /doc-src/tutorials/index.py
parent0a642f2441f30988db3ca5db276716e2371e6f2f (diff)
downloadmitmproxy-46ec8f52e7be21a467287c9f5ba64cebb35f0a28.tar.gz
mitmproxy-46ec8f52e7be21a467287c9f5ba64cebb35f0a28.tar.bz2
mitmproxy-46ec8f52e7be21a467287c9f5ba64cebb35f0a28.zip
Prep for 0.5 release
- Update CHANGELOG and CONTRIBUTORS - Bump version - Include Apple Gamecenter highscore setting tutorial in docs
Diffstat (limited to 'doc-src/tutorials/index.py')
-rw-r--r--doc-src/tutorials/index.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc-src/tutorials/index.py b/doc-src/tutorials/index.py
index 00da64cb..22cc2b7f 100644
--- a/doc-src/tutorials/index.py
+++ b/doc-src/tutorials/index.py
@@ -2,4 +2,5 @@ from countershape import Page
pages = [
Page("30second.html", "Client playback: a 30 second example"),
+ Page("gamecenter.html", "Setting highscores on Apple's GameCenter"),
]