diff options
| author | Nick Brassel | 2025-05-06 01:52:41 +0200 |
|---|---|---|
| committer | GitHub | 2025-05-06 01:52:41 +0200 |
| commit | ac991405d0c9f47e815786f4732edd00d0f4f571 (patch) | |
| tree | 218b9903db6c5dc3ff74582829787751a2ae0081 /docs/ChangeLog | |
| parent | 842c8401452f83e691a9df97ffba52a389c885c8 (diff) | |
Deprecate `qmk generate-compilation-database`. (#25237)
Diffstat (limited to 'docs/ChangeLog')
| -rw-r--r-- | docs/ChangeLog/20250525/pr25237.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ChangeLog/20250525/pr25237.md b/docs/ChangeLog/20250525/pr25237.md new file mode 100644 index 0000000000..ca09e93ebc --- /dev/null +++ b/docs/ChangeLog/20250525/pr25237.md @@ -0,0 +1,3 @@ +# Deprecation of `qmk generate-compilation-database` + +This command has been deprecated as it cannot take into account configurables such as [converters](/feature_converters) or environment variables normally specified on the command line; please use the `--compiledb` flag with `qmk compile` instead. |