From 256c3d99695558dfb3d379733c916777050ff2b5 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Tue, 6 Mar 2018 14:39:41 +0000 Subject: [PATCH] Update changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9cc01005..417536e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,6 +22,10 @@ next local library, unless the user specifies `allow_overlapping_dependencies` in the jbuild file (#587, fixes #562) +- Expose a few more variables in jbuild files: `ext_obj`, `ext_asm`, + `ext_lib`, `ext_dll` and `ext_exe`, `bytecomp_c_libraries` and + `native_c_libraries` (#590) + 1.0+beta18 (25/02/2018) -----------------------