diff --git a/docs/changes.txt b/docs/changes.txt index a18355a87..4f8bc53eb 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -22,6 +22,8 @@ - Tuning Database: Added a warning if a module implements module_extra_tuningdb_block but the installed computing device is not found - Usage Screen: On windows console, wait for any keypress if usage_mini_print() is used - User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line +- OpenCL Runtime: Added support to use Apple Silicon compute devices +- OpenCL Runtime: Set default device-type to GPU with Apple Silicon compute devices * changes v6.2.4 -> v6.2.5 diff --git a/docs/credits.txt b/docs/credits.txt index 002014c51..62c5b04e1 100644 --- a/docs/credits.txt +++ b/docs/credits.txt @@ -22,6 +22,7 @@ Gabriele "matrix" Gristina (@gm4tr1x) * Compressed wordlist feature * OpenCL Info feature * Apple macOS port +* Apple Silicon support * Hardware monitor initial code base and maintenance * Test suite initial code base * Makefile initial code base