Skip to content

Commit

Permalink
Merge pull request #22 from sebastian-philipp/changelog-0.6
Browse files Browse the repository at this point in the history
Changelog: 0.6.0
  • Loading branch information
sebastian-philipp authored Jan 22, 2020
2 parents 66487b0 + fe67b6a commit 547c6fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/dist/
/.cabal-sandbox/
/cabal.sandbox.config
/.stack-work/
/.stack-work/
stack.yaml.lock
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@

* changed the Functor instance of Data.RTree.Strict to be strict

* Data.RTree.Strict.RTree is now a newtype of Data.RTree.RTree
* Data.RTree.Strict.RTree is now a newtype of Data.RTree.RTree

## 0.6.0

* Add `lookupContainsRange` and `lookupContainsRangeWithKey`.
* Add `intersectWithKey` and `intersect`.
* Now supports GHC 8.4, 8.5 and 8.6.
* Removed `test-strict` flag.
* Minimal Bounding Box is now also an instance of `Ord`
2 changes: 1 addition & 1 deletion data-r-tree.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: data-r-tree
version: 0.0.6.0
version: 0.6.0
synopsis: R-Tree is a spatial data structure similar to Quadtrees or B-Trees.
description: R-Tree is a spatial data structure similar to Quadtrees or B-Trees.

Expand Down

0 comments on commit 547c6fb

Please # to comment.