aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-10-04 20:50:14 -0300
committerHisham Muhammad <hisham@gobolinux.org>2017-10-04 20:53:33 -0300
commitff73ca923833900ff7ebb3e98b3ab838214ca32c (patch)
tree5b5eca98b876805fc9cbd56c7a96762b8b830e25 /CHANGELOG.md
parentc4b66299b1259a1e3d6bfef83d912332ccc58061 (diff)
downloadluarocks-ff73ca923833900ff7ebb3e98b3ab838214ca32c.tar.gz
luarocks-ff73ca923833900ff7ebb3e98b3ab838214ca32c.tar.bz2
luarocks-ff73ca923833900ff7ebb3e98b3ab838214ca32c.zip
3.0: Patches can create and delete files.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba21f623..7971b741 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,4 +30,6 @@ These features are only enabled if `rockspec_format = "3.0"` is set in the rocks
30* `cmake` build type now supports `build.build_pass` and `build_install_pass` 30* `cmake` build type now supports `build.build_pass` and `build_install_pass`
31 to disable `make` passes. 31 to disable `make` passes.
32* `git` fetch type fetches submodules by default. 32* `git` fetch type fetches submodules by default.
33* Patches added in `patches` can create and delete files, following standard
34 patch rules.
33 35