Skip to content

Commit

Permalink
Changelog: 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
  • Loading branch information
sebastian-philipp committed Jan 22, 2020
1 parent 66487b0 commit fe67b6a
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 fe67b6a

Please # to comment.