docs: 5.0.1 release notes

This commit is contained in:
Court Ewing 2016-11-15 11:07:44 -05:00
parent 668ee45158
commit 9e961d28ec
2 changed files with 17 additions and 0 deletions

View file

@ -5,7 +5,9 @@
--
This section summarizes the changes in each release.
* <<release-notes-5.0.1>>
* <<release-notes-5.0.0>>
--
include::release-notes/5.0.1.asciidoc[]
include::release-notes/5.0.0.asciidoc[]

View file

@ -0,0 +1,15 @@
[[release-notes-5.0.1]]
== 5.0.1 Release Notes
Also see <<breaking-changes-5.0>>.
[float]
[[bug-5.0.1]]
=== Bug fixes
Core::
* Improved error message when sessionStorage is disabled in the browser {pull}8343[#8343]
* Trailing slash redirects now include the basepath configuration {pull}8966[#8966]
Sharing::
* Share UI now properly honors the dark theme {issue}8819[#8819]
Visualize::
* Tile map bounding boxes no longer create filters with invalid bounds {issue}8946[#8946]