From 1f0a76778aa80aff8d61bc61e3075b24147dfad5 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 28 Nov 2023 12:31:28 +0100 Subject: [PATCH] update changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a00740b5..3da52edb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). Note: Minor version `0.X.0` update might break the API, It's recommended to pin `tipg` to minor version: `tipg>=0.1,<0.2` +## [0.5.2] - 2023-11-28 + +- add `TIPG_DB_SPATIAL_EXTENT` and `TIPG_DB_DATETIME_EXTENT` environment options to control if `tipg` will scan the tables for spatio-temporal extents (author @hrodmn, https://github.com/developmentseed/tipg/pull/143) + ## [0.5.1] - 2023-11-15 ### fixed