diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cbf3d35..798f3c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -48,6 +48,7 @@ Rockspec 3.0 | |||
48 | 48 | ||
49 | These features are only enabled if `rockspec_format = "3.0"` is set in the rockspec: | 49 | These features are only enabled if `rockspec_format = "3.0"` is set in the rockspec: |
50 | 50 | ||
51 | * Build type `builtin` is the default if `build.type` is not specified. | ||
51 | * New table `build_dependencies`: dependencies used only for running `luarocks build` | 52 | * New table `build_dependencies`: dependencies used only for running `luarocks build` |
52 | but not when installing binary rocks. | 53 | but not when installing binary rocks. |
53 | * New table `test_dependencies`: dependencies used only for running `luarocks test` | 54 | * New table `test_dependencies`: dependencies used only for running `luarocks test` |