Comparing v2.0.1...v2.0.2 · googlemaps/android-maps-utils · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googlemaps/android-maps-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: googlemaps/android-maps-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    dab0ae0 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. fix: algorithm concurrency (#761)

    * Lock and unlock local algorithm reference
    
    Ensure methods operate on the same algorithm reference during lock, operation, and unlock. Ensure algorithm reference is not replaced while in use.
    
    * Use thread pools
    
    * Remove comments
    
    * Make algorithm variables final
    jeffdgr8 authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    bad7771 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.2 [skip ci]

    ## [2.0.2](v2.0.1...v2.0.2) (2020-07-07)
    
    ### Bug Fixes
    
    * algorithm concurrency ([#761](#761)) ([bad7771](bad7771))
    semantic-release-bot committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    da13f01 View commit details
    Browse the repository at this point in the history
Loading