Skip to content

Commit

Permalink
publish release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jul 31, 2021
1 parent 1014a92 commit 06576c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG-3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.

## [Unreleased]

## [3.9.0] - 2021-07-31

### Added

- `uuid` extension support
Expand Down Expand Up @@ -316,7 +318,8 @@ replace old `ContainerService` that was introduced in version 2.13
- [#55](https://github.com/llaville/php-compatinfo-db/issues/55) Wrong assertion results when method checks
- [#57](https://github.com/llaville/php-compatinfo-db/issues/57) GenericTest - function_exists failed to proceed expected assertion with Polyfills

[unreleased]: https://github.com/llaville/php-compatinfo-db/compare/3.8.0...HEAD
[unreleased]: https://github.com/llaville/php-compatinfo-db/compare/3.9.0...HEAD
[3.9.0]: https://github.com/llaville/php-compatinfo-db/compare/3.8.0...3.9.0
[3.8.0]: https://github.com/llaville/php-compatinfo-db/compare/3.7.1...3.8.0
[3.7.1]: https://github.com/llaville/php-compatinfo-db/compare/3.7.0...3.7.1
[3.7.0]: https://github.com/llaville/php-compatinfo-db/compare/3.6.0...3.7.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ More than 100 extensions (PHP standard distribution, but also PECL) are currentl
* PHP 7.1.30
* PHP 7.2.34
* PHP 7.3.24 until 7.3.29
* PHP 7.4.12 until 7.4.21
* PHP 8.0.0 until 8.0.8
* PHP 7.4.12 until 7.4.22
* PHP 8.0.0 until 8.0.9
* PHP 8.1.0-dev

Currently, [110 extensions](./SUPPORTED-EXTENSIONS.md) referenced in the database.
Expand Down

0 comments on commit 06576c5

Please sign in to comment.