diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2023-05-27 02:44:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-27 07:44:15 +0200 |
commit | 38fdf139824bea54add1ce0d627b80916006ed3e (patch) | |
tree | 04a489f091f81bbf1fdfaf5dba9c3c70deacce08 /changelogs | |
parent | 6128ef53c5bbc6c1de4e3cadcb70db580f74dbcd (diff) | |
download | Nim-38fdf139824bea54add1ce0d627b80916006ed3e.tar.gz |
Clean nimbase (#21927)
* . * Clean out nimbase.h * Clean out nimbase.h
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changelog_2_0_0.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md index 8c2cad650..31c495a69 100644 --- a/changelogs/changelog_2_0_0.md +++ b/changelogs/changelog_2_0_0.md @@ -481,6 +481,8 @@ - Removed deprecated `LineTooLong` hint. - Line numbers and filenames of source files work correctly inside templates for JavaScript targets. +- Removed support for LCC (Local C), Pelles C, Digital Mars, Watcom compilers. + ## Docgen |