diff --git a/CHANGELOG.md b/CHANGELOG.md index edba5aa..7a44425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,16 @@ All notable changes to the latest, unreleased version of the PsychoJS library an Please note that released versions of the library are not set in stone: we will keep fixing important issues and adding minor features beyond the library release dates. Those changes will be documented in this document. - -## 3.2.5 [Unreleased] - 2019-11-07 - -3.2.5 is already available on Pavlovia.org but is neither officially released nor targeted by the PsychoPy Builder. It corresponds to the [Master branch](https://github.com/psychopy/psychojs) of the PsychoPy/PsychoJs GitHub repository and is under active development. +## 2020.2 ### New Features -- [sound/Sound](https://github.com/psychopy/psychojs/blob/master/js/sound/Sound.js) -secs = -1 => infinite duration +New stimuli: +- TextBox +- Form + +We have upgraded the attribute management approach in order to handle both undefined and null values and to better deal with complex default values. + + +### Performance improvements +PixiJS objects are only re-created when necessary, and destroyed as soon as possible.