From 557a3aee04ebe91e8831cca8075cbc905b653e7d Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Wed, 18 May 2016 09:35:27 +0000 Subject: [PATCH] Move upgrade notes to correct place --- changelog/upgrade-notes.md | 4 ++++ changelog/v3.16.0.md | 12 ------------ 2 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 changelog/v3.16.0.md diff --git a/changelog/upgrade-notes.md b/changelog/upgrade-notes.md index 06e531e058..16de4baed9 100644 --- a/changelog/upgrade-notes.md +++ b/changelog/upgrade-notes.md @@ -1,5 +1,9 @@ ## Upgrade notes +#### Move of typedefs out of code and into separate file + +This change should not affect the great majority of application developers, but it's possible there are edge cases when compiling application code together with the library which cause compiler errors or warnings. In this case, please raise a GitHub issue. `goog.require`s for typedefs should not be necessary. + #### Removal of `opaque` option for `ol.source.VectorTile` This option is no longer needed, so it was removed from the API. diff --git a/changelog/v3.16.0.md b/changelog/v3.16.0.md deleted file mode 100644 index 49e785b15f..0000000000 --- a/changelog/v3.16.0.md +++ /dev/null @@ -1,12 +0,0 @@ -# v3.16.0 - -## Summary - - -## Upgrade notes - -### v3.16.0 - -#### Move of typedefs out of code and into separate file - -This change should not affect the great majority of application developers, but it's possible there are edge cases when compiling application code together with the library which cause compiler errors or warnings. In this case, please raise a GitHub issue. `goog.require`s for typedefs should not be necessary.