diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2017-10-04 20:50:14 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2017-10-04 20:53:33 -0300 |
commit | ff73ca923833900ff7ebb3e98b3ab838214ca32c (patch) | |
tree | 5b5eca98b876805fc9cbd56c7a96762b8b830e25 /CHANGELOG.md | |
parent | c4b66299b1259a1e3d6bfef83d912332ccc58061 (diff) | |
download | luarocks-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.md | 2 |
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 | ||