Start working on version 1.1.1

This commit is contained in:
Julien Rouhaud 2018-03-19 22:56:53 +01:00
parent 0a6d64a8e7
commit f4ce0726b7
2 changed files with 15 additions and 0 deletions

View file

@ -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:
-------------------------