Skip to content

Commit 2d20979

Browse files
committed
Update CHANGELOG and README.md file
1 parent 562277d commit 2d20979

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All Notable changes to `Csv` will be documented in this file
66

77
### Added
88

9-
- Nothing
9+
- More return types and type parameters as supported in PHP7.2+
1010

1111
### Deprecated
1212

@@ -18,7 +18,9 @@ All Notable changes to `Csv` will be documented in this file
1818

1919
### Removed
2020

21-
- Nothing
21+
- polyfill for `is_iterable`
22+
- polyfill for `is_nullable_int`
23+
- Support for PHP7.0 and PHP7.1
2224

2325
## 9.5.0 - 2019-12-15
2426

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Highlights
1717

1818
* Simple API
1919
* Read and Write to CSV documents in a memory efficient and scalable way
20-
* Use SPL to interact with the CSV documents
2120
* Support PHP Stream filtering capabilities
2221
* Transform CSV documents into popular format (JSON, XML or HTML)
2322
* Fully documented
@@ -33,7 +32,7 @@ Full documentation can be found at [csv.thephpleague.com](https://csv.thephpleag
3332
System Requirements
3433
-------
3534

36-
You need **PHP >= 7.0.10** and the `mbstring` extension to use `Csv` but the latest stable version of PHP is recommended.
35+
You need **PHP >= 7.2.0** and the `mbstring` extension to use `Csv` but the latest stable version of PHP is recommended.
3736

3837
Install
3938
-------

0 commit comments

Comments
 (0)