diff --git a/CHANGES.md b/CHANGES.md index 0231905f0..5dfb1a19f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,7 @@ - Added `contains` method to `BoundingSphere`. - Added `GlobeRectangle::MAXIMUM` static field. +- Switched from `zlib` to `zlib-ng` in order to improve the performance of decompressing gzipped data. ##### Fixes :wrench: