You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,10 +44,10 @@ These have all been tested with the library successfully:
41
44
- fixed Google Code issue [8](http://code.google.com/p/webduino/issues/detail?id=8) by adding WEBDUINO_NO_IMPLEMENTATION macro that allows including the class definition without the implementation code
42
45
- fixed Google Code issue [9](http://code.google.com/p/webduino/issues/detail?id=9): allowing prog_char* strings for printP
43
46
- added httpServerError() method to output 500 Internal Server Error message
44
-
- added support for HTTP PUTand DELETE methods (see Google Code issue [11](http://code.google.com/p/webduino/issues/detail?id=11)
47
+
- added support for HTTP PUT, DELETE, and PATCH methods (see Google Code issue [11](http://code.google.com/p/webduino/issues/detail?id=11)
45
48
- fixed Google Code issue [12](http://code.google.com/p/webduino/issues/detail?id=12): off-by-one error in name/value parser (readPOSTparam) where the buffer wouldn't ever be completely filled
46
49
- updated copyright string for 2012 and major authors
47
-
- GitHub fork now the official version; all open issues on Goole Code site fixed or closed and moved to GitHub
50
+
- GitHub fork now the official version; all open issues on Google Code site fixed or closed and moved to GitHub
0 commit comments