Skip to content

Commit e5424e9

Browse files
committed
Add build changes to CHANGELOG
1 parent bfcf958 commit e5424e9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22
## [Unreleased]
3+
### Added
4+
- Support for `codesign`ing OSX builds
5+
- `LUA_BIN` option for specifying a Lua command other than `lua` when building
6+
- `native-luajit` make target, used by CI
7+
- `unzip-to-build` make target, for unzipping artifacts from CI to build folder
8+
9+
### Fixed
10+
- `strip` invocation on OSX builds
11+
- Update build GitHub Actions workflow with newer build pipeline
12+
13+
### Changed
14+
- Added `build/.gdignore` to distribution, to stop Godot from trying to import
15+
`build/jit/*.lua` files
16+
- Added default values for `MACOSX_DEPLOYMENT_TARGET`, making it an optional
17+
parameter for OSX builds
318

419

520
## [0.3.0]

0 commit comments

Comments
 (0)