Update changelog and roadmap

This commit is contained in:
Jérémie Dimino 2017-02-25 13:55:43 +00:00
parent 2c7bfe4167
commit 5095a05002
2 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,9 @@
- Switched the CLI to cmdliner and added a =build= command
(#5, Rudi Grinberg)
- Automatically generate =.merlin= files
(#2, Richard Davison)
- Added support for compiling against multiple opam switch
simultaneously by writing a =jbuild-worspace= file

View File

@ -38,9 +38,9 @@ where it is started. Eventually this will be changed as follows:
- if not found, look for a =.git=, =.hg=, ... file in parent directories;
- if not found, use the current directory as root.
** Generate .merlin files [[https://github.com/janestreet/jbuilder/issues/1][#1]]
** +Generate .merlin files [[https://github.com/janestreet/jbuilder/issues/1][#1]]+
- *08/02/2017*: Richard Davison is working on this [[https://github.com/janestreet/jbuilder/pull/2][#2]]
- *25/02/2017*: Implemented by Richard Davison ([[https://github.com/janestreet/jbuilder/pull/2][#2]])
** +Running tests with jbuilder [[https://github.com/janestreet/jbuilder/issues/3][#3]]+