~ chicken-core (chicken-5) e58f6e2293be2a6e948b53496e21b250adf86e7e
commit e58f6e2293be2a6e948b53496e21b250adf86e7e Author: Peter Bex <peter@more-magic.net> AuthorDate: Fri Oct 30 21:30:08 2015 +0100 Commit: Peter Bex <peter@more-magic.net> CommitDate: Fri Oct 30 21:30:21 2015 +0100 Update NEWS with fix for #1214 diff --git a/NEWS b/NEWS index 386f100f..12e4eef7 100644 --- a/NEWS +++ b/NEWS @@ -40,6 +40,12 @@ - Runtime system: - Compiled programs with large literals won't crash on startup (#1221). +- Compiler: + - Specializations on implicit "or" types like "number" or "boolean" now + work, removing the requirement for the inferred types to match + declared types exactly. Specializations are matched from first to + last to resolve ambiguities (#1214). + 4.10.1 - Core librariesTrap