Browse Source

API-README correct for 2.4.4

Kano 13 years ago
parent
commit
080e8b24c3
1 changed files with 11 additions and 6 deletions
  1. 11 6
      API-README

+ 11 - 6
API-README

@@ -309,18 +309,23 @@ miner.php - an example web page to access the API
 Feature Changelog for external applications using the API:
 Feature Changelog for external applications using the API:
 
 
 
 
-API V1.13
-
-Added API commands:
- 'check'
+API V1.14
 
 
 Modified API commands:
 Modified API commands:
  'stats' - more icarus timing stats added
  'stats' - more icarus timing stats added
 
 
+The internal code for handling data was rewritten (~25% of the code)
+Completely backward compatible
+
+----------
+
+API V1.13 (cgminer v2.4.4)
+
+Added API commands:
+ 'check'
+
 Support was added to cgminer for API access groups with the --api-groups option
 Support was added to cgminer for API access groups with the --api-groups option
 It's 100% backward compatible with previous --api-access commands
 It's 100% backward compatible with previous --api-access commands
-The internal code for handling data was rewritten (~25% of the code)
-Also completely backward compatible
 
 
 ----------
 ----------