diff --git a/CHANGELOG.md b/CHANGELOG.md index d61ffde..eb97fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [3.0.2] - 2023-09-11 +### Added +- Support for PHP 8.3 +- Support for PHPUnit 10 ## [3.0.1] - 2021-02-05 ### Fixed @@ -68,7 +71,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Fixed behavior without configured DBF header - Fixed saving Polygon/Polyline creation with multiple parts -- Fixed saving Multipont records +- Fixed saving Multipoint records ## [0.10] - 2016-09-05 ### Changed @@ -111,9 +114,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 0.1 - 2016-06-14 ### Added -- Inital release based on bfShapeFiles +- Initial release based on bfShapeFiles -[Unreleased]: https://github.com/phpmyadmin/shapefile/compare/2.1...HEAD +[3.0.2]: https://github.com/phpmyadmin/shapefile/compare/3.0.1...3.0.2 +[3.0.1]: https://github.com/phpmyadmin/shapefile/compare/3.0.0...3.0.1 +[3.0.0]: https://github.com/phpmyadmin/shapefile/compare/2.1...3.0.0 [2.1]: https://github.com/phpmyadmin/shapefile/compare/2.0...2.1 [2.0]: https://github.com/phpmyadmin/shapefile/compare/1.2...2.0 [1.2]: https://github.com/phpmyadmin/shapefile/compare/1.1...1.2