1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
QB64-PE/CHANGELOG.md

28 lines
504 B
Markdown
Raw Normal View History

2021-07-13 11:40:20 +00:00
# QB64 development build - Changelog
2021-07-13 10:59:06 +00:00
## New features
### All platforms
2021-10-17 01:49:35 +00:00
- Implement the `_Bin$` function as counterpart to `&B` prefixed number strings. Usage is analog to the legacy OCT$ and HEX$ functions.
2021-07-13 10:59:06 +00:00
2021-10-10 02:08:56 +00:00
<!---
2021-07-13 10:59:06 +00:00
### Windows
### macOS
### Linux
--->
## Fixes
### All platforms
- Fix "Duplicate definition" error with `Static` arrays in Subs/Functions with active `On Error` trapping.
2021-10-12 04:51:33 +00:00
- Fix internal UDT arrays not resetting when a new file is loaded.
2021-07-13 10:59:06 +00:00
2021-10-10 02:08:56 +00:00
<!---
2021-07-13 10:59:06 +00:00
### Windows
### macOS
### Linux
2021-10-10 02:08:56 +00:00
--->