From a62e587a869469d8349a06cb3b833baa59c9c15f Mon Sep 17 00:00:00 2001 From: Nick Forbes-Smith Date: Fri, 15 Dec 2023 16:11:26 +1100 Subject: [PATCH] fix CHANGES --- CHANGES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 80dc4ab18d2..f961fbf3e11 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,13 +2,12 @@ #### next release (8.5.0) -- Fix a bug where `DragPoints` was interfering with pedstrian mode mouse movements. -- `WebMapServiceCatalogItem` will drop problematic query parameters from `url` when calling `GetCapabilities` (eg `"styles","version","format","srs","crs","format"`) - **Breaking changes:** - Upgrade TypeScript to 5.2 - Switch Babel configuration to new JSX transform - Improve tsconfig files - Update `thredds-catalog-crawler` to `0.0.6` +- `WebMapServiceCatalogItem` will drop problematic query parameters from `url` when calling `GetCapabilities` (eg `"styles","version","format","srs","crs","format"`) - [The next improvement] #### 8.4.1 - 2023-12-08