diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index b32e93e21..ee2cf4c60 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -13,6 +13,15 @@ +

Added compile line header search directories

+ +

The compile line list of directories to search for header files now +includes O.Common and the existing os subdirectories of SRC_DIRS +<src_dir>/os/<OS_CLASS>, <src_dir>/os/posix, and +<src_dir>/os/default. +

+ +

GNU make multiple jobs now supported

The "-j jobs" option is now supported for users of GNU make version 3.80