@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.5.0] - 2020-08-18
10
+
9
11
### Added
10
12
- Add alternative RasterizeRDD methods for keyed geometries or features [ #3271 ] ( https://github.com/locationtech/geotrellis/pull/3271 )
11
13
@@ -1083,3 +1085,25 @@ efficiently using the layer query API.
1083
1085
- Save and load geometry and feature data to and from PostGIS using
1084
1086
the slick scala database library.
1085
1087
- Perform PostGIS ` ST_ ` operations in PostGIS through scala.
1088
+
1089
+ [ Unreleased ] : https://github.com/locationtech/geotrellis/compare/v3.5.0...HEAD
1090
+ [ 3.5.0 ] : https://github.com/locationtech/geotrellis/compare/v3.4.1...v3.5.0
1091
+ [ 3.4.1 ] : https://github.com/locationtech/geotrellis/compare/v3.4.0...v3.4.1
1092
+ [ 3.4.0 ] : https://github.com/locationtech/geotrellis/compare/v3.3.0...v3.4.0
1093
+ [ 3.3.0 ] : https://github.com/locationtech/geotrellis/compare/v3.2.0...v3.3.0
1094
+ [ 3.2.0 ] : https://github.com/locationtech/geotrellis/compare/v3.1.0...v3.2.0
1095
+ [ 3.1.0 ] : https://github.com/locationtech/geotrellis/compare/v3.0.0...v3.1.0
1096
+ [ 3.0.0 ] : https://github.com/locationtech/geotrellis/compare/v2.3.0...v3.0.0
1097
+ [ 2.3.0 ] : https://github.com/locationtech/geotrellis/compare/v2.2.0...v2.3.0
1098
+ [ 2.2.0 ] : https://github.com/locationtech/geotrellis/compare/v2.1.0...v2.2.0
1099
+ [ 2.1.0 ] : https://github.com/locationtech/geotrellis/compare/v2.0.0...v2.1.0
1100
+ [ 2.0.0 ] : https://github.com/locationtech/geotrellis/compare/v1.2.1...v2.0.0
1101
+ [ 1.2.1 ] : https://github.com/locationtech/geotrellis/compare/v1.2.0...v1.2.1
1102
+ [ 1.2.1 ] : https://github.com/locationtech/geotrellis/compare/v1.2.0...v1.2.1
1103
+ [ 1.2.0 ] : https://github.com/locationtech/geotrellis/compare/v1.1.0...v1.2.0
1104
+ [ 1.1.0 ] : https://github.com/locationtech/geotrellis/compare/v1.0.0...v1.1.0
1105
+ [ 1.0.0 ] : https://github.com/locationtech/geotrellis/compare/v0.10.3...v1.0.0
1106
+ [ 0.10.3 ] : https://github.com/locationtech/geotrellis/compare/v0.10.2...v0.10.3
1107
+ [ 0.10.2 ] : https://github.com/locationtech/geotrellis/compare/v0.10.1...v0.10.2
1108
+ [ 0.10.1 ] : https://github.com/locationtech/geotrellis/compare/v0.10.0...v0.10.1
1109
+ [ 0.10.0 ] : https://github.com/locationtech/geotrellis/compare/v0.9.0...v0.10.0
0 commit comments