Skip to content

Commit

Permalink
Apply new convention of processing enhancements to Cybran ACU (#6503)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey authored Nov 12, 2024
1 parent c6ca674 commit c3485d0
Show file tree
Hide file tree
Showing 2 changed files with 384 additions and 264 deletions.
2 changes: 1 addition & 1 deletion changelog/snippets/other.6498.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- (#6498, #6502) Refactor the Enhancements section in the ACU/SACU scripts to replace the long if/else chain with a more modular design that is easier to maintain and hook. Each enhancement has its own dedicated function, named with the format `ProcessEnhancement[EnhancementName]`. The CreateEnhancement function now calls the appropriate enhancement function automatically by that name format.
- (#6498, #6502, #6503) Refactor the Enhancements section in the ACU/SACU scripts to replace the long if/else chain with a more modular design that is easier to maintain and hook. Each enhancement has its own dedicated function, named with the format `ProcessEnhancement[EnhancementName]`. The CreateEnhancement function now calls the appropriate enhancement function automatically by that name format.
Loading

0 comments on commit c3485d0

Please sign in to comment.