Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.6.0
-------------
* Add `LdGarbageCollection` configuration option for enabling link-time garbage collection (#82)
* Strip non-test binaries and shared objects by default (#83)
This can be disabled via the `DefaultStrip` configuration option.

Version 0.5.4
-------------
* Permit please_cc expressions in `linker_flags` parameters (#80)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.4
0.6.0
Loading