1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 10:01:21 +00:00
qb64/CHANGELOG.md

28 lines
370 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-10 02:08:56 +00:00
-
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
--->