From f4ce0726b7e2da12de04fe4e1f3ac899d21f7829 Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Mon, 19 Mar 2018 22:56:53 +0100 Subject: [PATCH] Start working on version 1.1.1 --- CHANGELOG.md | 15 +++++++++++++++ hypopg--1.1.0.sql => hypopg--1.1.1.sql | 0 2 files changed, 15 insertions(+) rename hypopg--1.1.0.sql => hypopg--1.1.1.sql (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2a77a..cb6b95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========= +WIP version 1.1.1: +------------------ + + **Bug fixes**: + + - Fix potentially uninitialized variables, thanks to Jeremy Finzel for the + report. + - Support hypothetical indexes on materialized view, thanks to Andrew Kane + for the report. + + + **Miscellaneous**: + + - add support for PostgreSQL 11 + 2017-10-04 version 1.1.0: ------------------------- diff --git a/hypopg--1.1.0.sql b/hypopg--1.1.1.sql similarity index 100% rename from hypopg--1.1.0.sql rename to hypopg--1.1.1.sql