add changeset

This commit is contained in:
Josh de Leeuw 2022-10-11 18:13:08 -04:00
parent a3523ad2a5
commit 28136787ec

View File

@ -0,0 +1,5 @@
---
"jspsych": patch
---
Fixed a bug in `randomization.shuffleNoRepeats()` where having an `equalityFunction` that used a logical OR could result in some neighboring elements still evaluating to `true` via `equalityFunction`.