This file contains notes on specific changes that require special attention during updating.
Images are now encoded using PIL. In order to install PIL, log in to the system either via local console or SSH, and enter the following commands:
sudo apt update
sudo apt install python3-pil