Skip to content

Commit 7be2431

Browse files
jrauh01lippserd
authored andcommitted
Add v1.8.2 to CHANGELOG.md
(cherry picked from commit fcde2cb)
1 parent 949e582 commit 7be2431

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

doc/84-Changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
<a id="Changelog"></a>Changelog
22
===============================
33

4+
v1.8.2
5+
------
6+
7+
This is a maintenance release that fixes PHP 8.5 deprecation warnings caused by
8+
using `null` as an array offset, and an incompatibility with IPL HTML in
9+
`SelectElement::getOption()` calls.
10+
11+
### Upgrading
12+
13+
Packages are available as `icinga-vspheredb`. If you missed the packages
14+
introduced with v1.8.0, consider switching to them now. For non-package
15+
installations, please check our [Upgrade Script](01-Installation.md#modul-installation-or-upgrade).
16+
17+
### Fixed issues
18+
* You can find issues and feature requests related to this release on our
19+
[roadmap](https://github.com/Icinga/icingaweb2-module-vspheredb/milestone/21?closed=1)
20+
21+
### PHP Support
22+
* FIX: No longer using `null` as array offset, which is deprecated in PHP 8.5
23+
24+
### IPL Compatibility
25+
* FIX: `SelectElement::getOption()` now receives an empty string instead of
26+
`null` for the placeholder option (#621)
27+
428
v1.8.1
529
------
630

0 commit comments

Comments
 (0)