From ab37e8ec228182ccbcea061c8eb579a69589d780 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Thu, 22 Mar 2018 22:15:05 +0800 Subject: [PATCH] Update CHANEGLOG regarding missing asm fix --- CHANGES.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c8c28ff8..e29fd1d9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,12 +21,13 @@ next - Display documentation in alphabetical order. This is relevant to packages, libraries, and modules. (#647, fixes #606 @rgrinberg) +- Missing asm in ocaml -config on bytecode only architecture is no longer fatal. + The same kind of fix is preemptively applied to C compilers being absent. + (#646, fixes $637 @rgrinberg) + 1.0+beta19.1 (21/03/2018) ------------------------- -- Missing asm in ocaml -config on bytecode only architecture is no longer fatal - (#637 fixed by #639 @rgrinberg) - - Fix regression introduced by beta19 where duplicate environment variables in Unix.environ would cause a fatal error. The first defined environment variable is now chosen. (#638 fixed by #640)