Update CHANEGLOG regarding missing asm fix

This commit is contained in:
Rudi Grinberg 2018-03-22 22:15:05 +08:00
parent 5d3f015f9b
commit ab37e8ec22
1 changed files with 4 additions and 3 deletions

View File

@ -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)