intelephense 1.17.0-beta → 1.17.1-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.17.1 - 2026-02-18] Pre-release
4
+
5
+ #### Added
6
+ - More diagnostics.
7
+
8
+ #### Fixed
9
+ - Various diagnostic fixes.
10
+ - Implement all abstract methods not working for anonymous classes.
11
+ - Incorrect array creation type inference when one or more elements is a union type.
12
+ - Constant values not being computed when declared using an expression rather than a literal value.
13
+
3
14
  ## [1.17.0 - 2026-02-09] Pre-release
4
15
 
5
16
  #### Added