Add task limitation fix to CHANGELOG.md

This commit is contained in:
Sybren A. Stüvel 2023-04-24 15:12:53 +02:00
parent 0502498dfa
commit ad3cee6b7b

@ -9,6 +9,7 @@ bugs in actually-released versions.
- Improve speed of queueing up >100 simultaneous job deletions.
- Improve logging of job deletion.
- Add Worker Cluster support. Workers can be members of any number of clusters. Workers will only work on jobs that are assigned to that cluster. Jobs that do not have a cluster will be available to all workers, regardless of their cluster assignment. As a result, clusterless workers will only work on clusterless jobs.
- Fix limitation where a job could have no more than 1000 tasks ([#104201](https://projects.blender.org/studio/flamenco/issues/104201))
## 3.2 - released 2023-02-21