Skip to content

Commit

Permalink
BOM stripping no longer depends on mbstring extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 19, 2024
1 parent 468a22b commit 1a7b889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ All Notable changes to `Csv` will be documented in this file
- `Statement` should not throw when `LimitIterator` is used in combinaison with `ArrayIterator`.
- `Statement` internal codebase improvement.
- Using the `$header` argument on `Statement::process` is no longer deprecated. `E_USER_DEPRECATED` is no longer triggered.
- `ResultSet::getRecords` should not return `null` see [#514](https://github.com/thephpleague/csv/issues/514)
- BOM stripping no longer depends on the `mbstring` extension

### Removed

Expand Down

0 comments on commit 1a7b889

Please sign in to comment.