diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-04 17:25:39 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-06 12:38:45 -0300 |
commit | 6e7e522ffe3204243306cba8d128a7ec21f591f9 (patch) | |
tree | 7d6b03d99928ba338e5212dd6b0e077297ea72b0 /CHANGELOG.md | |
parent | 526fd923282d03c89c2511f858eb1d66bdba782b (diff) | |
download | luarocks-6e7e522ffe3204243306cba8d128a7ec21f591f9.tar.gz luarocks-6e7e522ffe3204243306cba8d128a7ec21f591f9.tar.bz2 luarocks-6e7e522ffe3204243306cba8d128a7ec21f591f9.zip |
build: make "builtin" the default build.type
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` |