From 90776a581727617431f65492713eabbb1074296a Mon Sep 17 00:00:00 2001 From: Johan Kotlinski Date: Thu, 21 Apr 2022 07:47:40 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f59c1a53..5c876233a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed - - OPEN/CHKIN/CHKOUT no longer returns a file number. + - OPEN/CHKIN/CHKOUT no longer return a file number. - IOABORT no longer accepts a file number. - INCLUDED now prints error message on failed OPEN. - REQUIRED now aborts with "too many" if 16 files are already INCLUDED. - V: Moved text buffer to $a000-$cbff. - Moved and shrunk PAD area. - - Sped up signed multiply and divide + - Optimized * / EXIT C! C@ 0= - Data stack effects of :/;/:NONAME/DEFINE. Starting with 2.0.0, :/:NONAME/DEFINE would put a value on the data stack, to be later consumed by ;. This is no longer the case. ### Fixed - LOADB/SAVEB could change active device.