From 0f5dc5e0584a938ab3789a9c28d4ca0944e56b9e Mon Sep 17 00:00:00 2001 From: Ronsor Date: Sat, 23 Apr 2022 19:22:17 -0700 Subject: [PATCH] Mention new i086 target in the changelog --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 8b9d0bc2995f..c87f40ad0475 100644 --- a/changelog.md +++ b/changelog.md @@ -52,6 +52,7 @@ becomes an alias for `addr`. - Deprecated `selfExe` for Nimscript. +- `std/syncio` no longer attempts to lock stdout on the DOS target. ## Language changes @@ -96,6 +97,11 @@ becomes an alias for `addr`. - `nim` can now compile version 1.4.0 as follows: `nim c --lib:lib --stylecheck:off compiler/nim`, without requiring `-d:nimVersion140` which is now a noop. +- There are new `i086` and `i086big` CPU targets which support 16-bit x86 and its + small and big code/data models respectively. + +- Sample cross-compilation configuration for DOS on i086 and i086big with the OpenWatcom C compiler + has been added to `$nim/config/nim.cfg`. ## Tool changes