Skip to content

Commit

Permalink
Mention new i086 target in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronsor committed Apr 25, 2022
1 parent 3e506db commit 0f5dc5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0f5dc5e

Please sign in to comment.