Update changelog

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7027 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-10-25 18:54:53 +00:00
parent 917a77f671
commit 7f9d3253a6
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
\S0{compcommands} Compiler Utility Commands
These commands are similar to the C preprocessor in terms of purpose and functionality. They allow file inclusion, conditional compilation, executable header packing and process execution during the build process. Note: None of these commands allow the use of variables.
These commands are similar to the C preprocessor in terms of purpose and functionality. They allow file inclusion, conditional compilation, executable header packing and process execution during the build process. Note: None of these commands allow the use of \R{variables}{variables}.
Number literals support the \c{0b}, \c{0o}, \c{0n} and \c{0x} radix prefixes (base 2, 8, 10 and 16 respectively). Note: The deprecated plain \c{0} octal prefix is also supported in some places but its usage is discouraged.

View file

@ -10,6 +10,8 @@ Released on ??? ??th, 20??
\b Added IsNativeMachineArchitecture helper macros to x64.nsh
\b Added MakeNSISW window info "spy" tool
\S2{} Minor Changes
\b Added MUI_TEXTCOLOR setting