Forráskód Böngészése

Update RELEASE_NOTES.md

sunsetbrew 12 éve
szülő
commit
d05104a1c8
1 módosított fájl, 6 hozzáadás és 10 törlés
  1. 6 10
      RELEASE_NOTES.md

+ 6 - 10
RELEASE_NOTES.md

@@ -1,7 +1,11 @@
 Release Notes v1.4 (UNDER DEVELOPMENT) 
 ===
-### Objectives: *???*
-The ma
+### Objectives: *New URI handler interface, feature enhancements, C++ extensions*
+The main idea behind this release is to bring about API consistency. All changes
+are backward compatible and have been kept to a minimum.
+
+Changes
+-------
 
 - Added mg_set_request_handler() which provides a URI mapping for callbacks.
    This is a new alternative to overriding callbacks.begin_request.
@@ -16,14 +20,6 @@ The ma
 - Added CivetServer::getCookie method (Hariprasad Kamath)
 - Added CivetServer::getHeader method (Hariprasad Kamath)
 
-Changes
--------
-
-- Made option to put initial HTMLDIR in a different place
-- Validated build without SQLITE3 large file support
-- Updated documentation
-- Updated Buildroot config example
-
 Release Notes v1.3 
 ===
 ### Objectives: *Buildroot Integration*