diff --git a/editions/tw5.com/tiddlers/Release 5.0.0alpha11.tid b/editions/tw5.com/tiddlers/Release 5.0.0alpha11.tid
index c0d75eb13..e42a575d4 100644
--- a/editions/tw5.com/tiddlers/Release 5.0.0alpha11.tid
+++ b/editions/tw5.com/tiddlers/Release 5.0.0alpha11.tid
@@ -18,7 +18,9 @@ This release is the culmination of a large scale refactoring of the widget mecha
* The following widgets have had significant changes:
** EditWidget
** ListWidget - the list widget itself no longer generates HTML nodes, so you'll often need to wrap the template in a `
` or a `
` to be able to style the content
-** ViewWidget - `<$view format="link"/>` is no longer available; use an explicit `<$link>` widget instead
+** ViewWidget - has several changes:
+*** `<$view format="link"/>` is no longer available; use an explicit `<$link>` widget instead
+*** `<$view format="link"/>` is no longer available; use the TranscludeWidget instead
* The following new widgets have been added:
** BrowseWidget
** DropzoneWidget
diff --git a/editions/tw5.com/tiddlers/Release 5.0.0alpha12.tid b/editions/tw5.com/tiddlers/Release 5.0.0alpha12.tid
index 68e1ae1fe..b240b1aa2 100644
--- a/editions/tw5.com/tiddlers/Release 5.0.0alpha12.tid
+++ b/editions/tw5.com/tiddlers/Release 5.0.0alpha12.tid
@@ -1,8 +1,11 @@
-created: 201311081754007
+created: 201311081854007
creator: JeremyRuston
-modified: 201311081754007
+modified: 201311081854007
modifier: JeremyRuston
title: Release 5.0.0-alpha.12
tags: releasenote
+
+//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.11...v5.0.0-alpha.12]]//
+
This minor release just contains fixes for the syncer and related adaptor modules for the TiddlyWeb edition and for TiddlyWiki5's integrated server.
diff --git a/editions/tw5.com/tiddlers/Release 5.0.0alpha13.tid b/editions/tw5.com/tiddlers/Release 5.0.0alpha13.tid
new file mode 100644
index 000000000..3044c7e96
--- /dev/null
+++ b/editions/tw5.com/tiddlers/Release 5.0.0alpha13.tid
@@ -0,0 +1,15 @@
+created: 201311091122007
+creator: JeremyRuston
+modified: 201311091122007
+modifier: JeremyRuston
+title: Release 5.0.0-alpha.13
+tags: releasenote
+
+//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.12...v5.0.0-alpha.13]]//
+
+This release has several bug fixes:
+
+* Fixes to DaveGifford's themes ''blanca'', ''blue'' and ''rocker''
+* Fix an issue with the `<$edit-text>` widget
+* Documentation updates
+* Improved deployment scripts
diff --git a/editions/tw5.com/tiddlers/ReleaseHistory.tid b/editions/tw5.com/tiddlers/ReleaseHistory.tid
new file mode 100644
index 000000000..1509aa118
--- /dev/null
+++ b/editions/tw5.com/tiddlers/ReleaseHistory.tid
@@ -0,0 +1,16 @@
+created: 201311091054007
+creator: JeremyRuston
+modified: 201311091054007
+modifier: JeremyRuston
+title: ReleaseHistory
+
+Here are the details of recent releases of TiddlyWiki5.
+
+<$list filter="[tag[releasenote]!sort[created]]">
+
+
<$link to={{!!title}}><$view field="title"/>$link>
+
+<$transclude/>
+
+
+$list>
\ No newline at end of file
diff --git a/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid b/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid
index 49243eb5d..004de2e6c 100644
--- a/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid
+++ b/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid
@@ -2,8 +2,7 @@ title: $:/DefaultTiddlers
HelloThere
Features
-[[Release 5.0.0-alpha.12]]
-[[Release 5.0.0-alpha.11]]
+ReleaseHistory
Community
[[TiddlyWiki5 Editions]]
RoadMap