Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for v0.29.2 #614

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## v0.29.2 - Nov 21, 2023

**What's Changed**

- Add wms legend method to Map class by @JJFlorian in [#608](https://github.com/opengeos/leafmap/pull/608)
- Update GitHub Actions to Python 3.11 by @giswqs in [#612](https://github.com/opengeos/leafmap/pull/612)
- Add tooltip for PMTiles by @giswqs in [#613](https://github.com/opengeos/leafmap/pull/613)

**New Contributors**

- @JJFlorian made their first contribution in [#608](https://github.com/opengeos/leafmap/pull/608)

**Full Changelog**: [v0.29.1...v0.29.2](https://github.com/opengeos/leafmap/compare/v0.29.1...v0.29.2)

## v0.29.1 - Nov 6, 2023

**What's Changed**

- Update changelog for v0.29.0 by @giswqs in [#602](https://github.com/opengeos/leafmap/pull/602)
- Update notebook 84 by @giswqs in [#603](https://github.com/opengeos/leafmap/pull/603)
- Update NWI legend by @giswqs in [#604](https://github.com/opengeos/leafmap/pull/604)
- Add plot functions by @giswqs in [#609](https://github.com/opengeos/leafmap/pull/609)

**Full Changelog**: [v0.29.0...v0.29.1](https://github.com/opengeos/leafmap/compare/v0.29.0...v0.29.1)

## v0.29.0 - Nov 12, 2023

**What's Changed**
Expand Down