From 45480c764f42e0fccd5e17f858612f311c18bca4 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 30 Aug 2022 09:21:08 -0600 Subject: [PATCH] Add upgrade note about full build URLs --- changelog/upgrade-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog/upgrade-notes.md b/changelog/upgrade-notes.md index 5bc0390ab9..7cd8d25bde 100644 --- a/changelog/upgrade-notes.md +++ b/changelog/upgrade-notes.md @@ -2,6 +2,10 @@ ### Next version +#### Notice to full build users + +If you have been using the full (or legacy) build of the library, note that the location of these scripts is changing for this and future releases. The previous locations were not stable, and although we do not recommend linking to the full build for production applications, there are many instances of this that were breaking due to changing URLs. See the [download page](https://openlayers.org/download/) for details on the new versioned URLs for the full build. + #### Deprecation of `ol/AssertionError` and error codes Future versions will no longer throw `ol/AssertionError` with an error `code`. Instead, they will throw `Error` with just the error message.