From edf3270eb03a8576e559fbae814f8d42c97e2a57 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Tue, 20 Mar 2018 16:28:36 -0400 Subject: [PATCH] Update status in readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6ffa257b..dca8a720 100644 --- a/README.md +++ b/README.md @@ -145,9 +145,10 @@ ocaml-core@googlegroups.com or [open a ticket on github][issues]. Status ------ -Dune is now fairly stable and is used by the majority of packages on opam. -Nevertheless, breaking changes are expected until 1.0. The release of 1.0 will -also include the jbuilder to dune renaming. This renaming will do away with the -old name entirely. While this will be a breaking change, dune will provide a -tool to automatically migrate pre 1.0 projects. - +Dune is now fairly stable and is used by the majority of packages on +opam. The package is still in beta version as we are waiting for the +renaming from Jbuilder to Dune before releasing version 1.0.0. Note +that Dune will have backward compatiblity with Jbuilder, in particular +existing Jbuilder projects will continue to be buildable with +Dune. Additionally, Dune will be able to automatically convert a +Jbuilder project into a Dune project.