diff --git a/ChangeLog.md b/ChangeLog.md index 3e54b7c1..1ce829e9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,7 @@ Release 3.3.1: - BugFix: fix null-terminationof string handling (#96) - new feature: support for OpenWB 2.0 Api (#100) - bugfix: fix esp crash for /getitems if using an huge register table (#76) + - fix CORS Issue when download a stable release Release 3.3.0: - new feature: WebSerial as remote serial output (#74) diff --git a/src/main.cpp b/src/main.cpp index ec89993b..e42bac8c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,7 +7,7 @@ _________________________________________________________________ | Any feedback is welcome | | | _________________________________________________________________ - + */ #include "commonlibs.h"