Skip to content

Commit

Permalink
Merge branch 'develop' into php8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Jan 7, 2024
2 parents 64d47d6 + 7e34cd3 commit 3aedaca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

## 1.1 branch
### 1.1.18
* `__debugInfo()`, `__get()`, `has()`, `hasValue()`, `get()`, `isEmpty()`, `set()` and `toArray()` methods provided by the
`Entity` class are deprecated and will be removed in a future release. The `has()`, `get()` and `set()` methods can be
replaced by the methods implemented by `ArrayAccess`, already present (using the `ScanResult` class as if it were an array).
The `Entity` class was only extended and used by `ScanResult`, so this is especially true for the latter class;
* the `BodyParser` provides its own `urlToAbsolute()` protected method.

### 1.1.17
Expand Down

0 comments on commit 3aedaca

Please sign in to comment.