Update CHANGELOG with deprecations and new features

Document deprecation of armv7, armhf, and i386 architectures in Home Assistant. Added information about configuring extra environment variables.
This commit is contained in:
Alexandre
2025-12-04 16:26:03 +01:00
committed by GitHub
parent db3a6b8120
commit c24e511ab9

View File

@@ -1,3 +1,5 @@
- Development branch
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.