Skip to content

Commit

Permalink
update changelog/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtis LoVerde committed Mar 3, 2016
1 parent 8b73068 commit 2b51c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release 2.0 (UPCOMING RELEASE)
## Release 2.0 (March 2, 2016)

* The Latitude, Longitude and Point classes have always implemented hashCode(), so as to allow their use in HashMaps. Despite this, the classes were mutable, which, as you might know, is incorrect. Given the choice of either making the classes immutable or taking away hashCode(), it was decided to make them immutable. *If you are on a previous release and are currently using setters, you will need to refactor your code.*
* As an additional result of hiding the setters in Latitude, Longitude and Point, their no-arg constructors have been removed and the setters have been removed from the GeographicCoordinate interface.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Features:
* Provides the ability to calculate the distance between two points, or for the total travel distance between an unlimited number of points.
* Backed by more than 140 unit tests

It's always gratifying to know that other people find your work useful. If you like this library, consider letting me know at github@loverde.org.
It's always nice to know that other people find your work useful. If you like this library, consider letting me know at github@loverde.org.

0 comments on commit 2b51c06

Please sign in to comment.