Update changelog and roadmap

This commit is contained in:
Jeremie Dimino 2017-05-02 10:02:44 +01:00
parent c9ec382f28
commit 477a5997ca
2 changed files with 13 additions and 1 deletions

View File

@ -5,6 +5,16 @@
- Hint for mistyped targets. Only suggest correction on the basename
for now, otherwise it's slow when the workspace is big
- Add a =(package ...)= field for aliases, so that one can restrict
tests to a specific package (Rudi Grinberg, #64)
- Fix a couple of bugs on Windows and add AppVeyor CI
- Better error message in case a chain of dependencies /crosses/ the
installed world
- Better error messages for invalid dependency list in jbuild files
* 1.0+beta8 (17/04/2017)
- Added =${lib-available:<library-name>}= which expands to =true= or

View File

@ -70,10 +70,12 @@ documentation.
- *24/02/2017*: Implemented
** Add a =(package ...)= field to alias stanzas
** +Add a =(package ...)= field to alias stanzas+
So that we can filter tests when using =-p pkg=
- *05/02/2017*: Rudi Grinberg added this ([[https://github.com/janestreet/jbuilder/pull/64][#64]])
** Integrate rules for =-output-complete-obj=
https://github.com/janestreet/jbuilder/pull/23