diff --git a/Changelog.txt b/Changelog.txt index 3079a921f..04fed637e 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,6 @@ +Version 4.1.3 +- Allow const qualifier for inline assembly + Version 4.1.2 - Fixed "backwards" case ranges in Spin - Fixed _rev() operator in C propeller2.h file for P2 diff --git a/doc/TODO.md b/doc/TODO.md index 7422e86a2..2539723c6 100644 --- a/doc/TODO.md +++ b/doc/TODO.md @@ -9,6 +9,21 @@ __attribute__ for constructors and cogexec Finish porting simpletools.h +virtual methods? + +allow method declarations outside the class? + +C++ lambdas + +Implement "long long" + +Implement variable sized local arrays + +#pragma lib + +better flexcc frontend + + BASIC Improvments ----------------- Remaining math functions @@ -17,6 +32,10 @@ Remaining string functions Easier implicit declarations +Spin +---- +Update to match spin2 + Short Term Misc --------------- More documentation. @@ -31,6 +50,8 @@ Add in the missing openspin options to fastspin. Add an option to get a report of method sizes and free space left. +full public/private support + Optimization ------------ diff --git a/version.h b/version.h index 0709f2d0e..c1d9b59b7 100644 --- a/version.h +++ b/version.h @@ -7,7 +7,7 @@ #define VERSION_MAJOR 4 #define VERSION_MINOR 1 #define VERSION_REV 3 -#define BETA "-beta" +//#define BETA "-beta" #define VERSIONSTR version_string