geospatial: Changelog

Version Message
0.3.2 - Fixed a bug with polar_to_cartesian and cartesian_to_polar having the wrong arginfo
0.3.1 - Added support for PHP 8
- Drop support for PHP 5
0.2.1 - Fixed issue #22: Compile failure with PHP 5.6 on Windows using VC11
- Fixed issue #26: Initial Bearing Calculation Error
- Fix possible integer overflow in memory allocation with negative precision in
geohash_encode (Emir Beganovic)
0.2.0 - Fixed issue #16: Segfault on rdp_simplify for GeoJSON
- Add Travis tests (Emir Beganovic)
- Fixed issue #20: Add Geo Hashing functions geohash_encode and geohash_decode. (Emir Beganovic)
0.1.0 Initial release on PECL (with PHP 7 support).