From 942754495e532aa0028951515c7e14b1f564b71d Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Fri, 24 Feb 2017 10:38:54 +0000 Subject: [PATCH] Added a changelog --- CHANGES.org | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGES.org diff --git a/CHANGES.org b/CHANGES.org new file mode 100644 index 00000000..86327fad --- /dev/null +++ b/CHANGES.org @@ -0,0 +1,27 @@ +* 1.0 + +- Generate a log in =_build/log= + +- Improve the output of jbuilder, in particular don't mangle the + output of commands when using =-j N= with =N > 1= + +- Strengthen the scope of a package. Jbuilder knows about package =foo= + only in the sub-tree starting from where =foo.opam= lives + +- Versioned the jbuild format and added a first stable version. + You should now put =(jbuilder_version 1)= in a =jbuild= file at the + root of your project to ensure forward compatibility + +- Added a =runtest= command + +- Added support for aliases + (#7, Rudi Grinberg) + +- Added a manual + +- Switched the CLI to cmdliner and added a =build= command + (#5, Rudi Grinberg) + +* 0.1.alpha1 (04/12/2017) + +First release