diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c0fa18d9..5032ab925c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,9 @@ vNext - - - -- +- Re-factored `MultiHeadDotProductAttention`'s call method signatur, by adding +`inputs_k` and `inputs_v` args and switching `inputs_kv`, `mask` and `determistic` +to keyword arguments. See more details in [#3389](https://github.com/google/flax/discussions/3389). - - -