diff --git a/.phrozn/entries/history/index.twig b/.phrozn/entries/history/index.twig
index bd69ddf..8351ecf 100755
--- a/.phrozn/entries/history/index.twig
+++ b/.phrozn/entries/history/index.twig
@@ -13,10 +13,6 @@ Version 2.0-beta (2011/09/23)
Send and receive multipart SMS (longer than 160 characters)
-
- Server API changed to use POST requests instead of GET requests, and other changes;
- support for future server API changes via 'version' request parameter
-
Authenticate with password shared between phone and server
@@ -48,6 +44,10 @@ Version 2.0-beta (2011/09/23)
Perform all HTTP requests asynchronously for better performance
+
+ Server API changed to use POST requests instead of GET requests, and other changes;
+ support for future server API changes via 'version' request parameter
+
Automatically start when the phone boots
diff --git a/history/index.html b/history/index.html
index 207ccc9..48e1575 100755
--- a/history/index.html
+++ b/history/index.html
@@ -51,10 +51,6 @@
Send and receive multipart SMS (longer than 160 characters)
-
- Server API changed to use POST requests instead of GET requests, and other changes;
- support for future server API changes via 'version' request parameter
-
Authenticate with password shared between phone and server
@@ -86,6 +82,10 @@
Perform all HTTP requests asynchronously for better performance
+
+ Server API changed to use POST requests instead of GET requests, and other changes;
+ support for future server API changes via 'version' request parameter
+
Automatically start when the phone boots