update changelog to 1.5.4

This commit is contained in:
Julien Fastré 2018-10-19 14:29:52 +02:00
parent 015f776ac3
commit 0e84e8c5a2

View File

@ -17,6 +17,10 @@ Version 1.5.3
=============
- fix error when interval is hour only
Version 1.5.4
=============
- layout of page "list exports"
- create function "SIMILARITY" (see [posgtgresql documentation](https://www.postgresql.org/docs/9.6/static/pgtrgm.html))
- create function "OVERLAPSI", which will detect period of date overlapping, replacing NULL date by infinity or -infinity (see [postgresql page for date time function and operators](https://www.postgresql.org/docs/9.6/static/functions-datetime.html))