1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00

Updates changelog.

This commit is contained in:
Fellippe Heitor 2021-07-13 09:07:28 -03:00
parent 9e7bec38c3
commit a1a3e5d197

View file

@ -25,7 +25,6 @@
- Fixes a syntax highlighter issue regarding scientific notation.
- Fixes an issue in Windows Vista and up with incorrect resolution returned on a scaled desktop.
- Fixes `Const` parser (no string functions allowed).
- Fixes `InKey$` acting too slow in Linux.
- Explicitly sets x87 fpu to extended precision mode.
- Removes 255 character limit for INPUT/LINE INPUT with strings.
- Fixes DATA commands failing to compile in some circumstances.
@ -39,6 +38,7 @@
### Linux
- `xmessage` added to dependency list (setup script).
- Fixes `InKey$` acting too slow.
<!---
- Patches condition that would leave zombie processes behind when using `Shell _DontWait`.
--->