diff --git a/CHANGELOG.md b/CHANGELOG.md index 7faed3a71..de08c16e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # QB64 development build - Changelog +Upcoming version is currently identified as v2.1, but that number may change before release. ## New features ### All platforms - Implement the `_Bin$` function as counterpart to `&B` prefixed number strings. Usage is analog to the legacy OCT$ and HEX$ functions. - Save Watch Panel position and size. - Add `$NOPREFIX` support for `$COLOR`. +- Allow changing color of menu panels and dialogs (Options->IDE Colors). +- Add support to different number formats in Watch Panel and Watch List dialog (dec/hex/oct/bin).