Skip to content

Commit

Permalink
2021-06-29 version 0.8.7
Browse files Browse the repository at this point in the history
- UPD: Leaflet GeoJSON map point popups now contain accuracy if available (#352)
- FIX: prefix Content-Length by X- to avoid issues with chunked encoding #350
- FIX: fix off-by-one error introduced in #328 (Safari only)
  • Loading branch information
jpmens committed Jun 29, 2021
1 parent fd3f463 commit 5b1d23e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

2021-06-29 version 0.8.7
- UPD: Leaflet GeoJSON map point popups now contain accuracy if available (#352)
- FIX: prefix Content-Length by X- to avoid issues with chunked encoding #350
- FIX: fix off-by-one error introduced in #328 (Safari only)

2020-03-10 version 0.8.6
- FIX: default views directory results in view not found (#338)

Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION "0.8.6"
#define VERSION "0.8.7"

0 comments on commit 5b1d23e

Please sign in to comment.