From 6c84f27d3fefcfca3e6598840bc7ff849575ea7e Mon Sep 17 00:00:00 2001 From: Caleb Hearth Date: Sun, 13 Feb 2022 08:17:24 -0700 Subject: [PATCH] Add CHANGELOG for v1.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc512524..bcd05d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ changelog, see the [commits] for each version via the version links. [commits]: https://github.com/scenic-views/scenic/commits/master +## [1.6.0] - February 13, 2021 + +### Fixed + +* Exclude pg_stat_statements_info (#349) 76bface + + *Caleb Hearth* + +* Fix serialization of views with backslashes c625d1b + + *Ben Sheldon* + +* Handle ActiveRecord table name prefix and suffix b1544dc + + *Derek Prior* + ## [1.5.5] - December 15, 2021 ### Fixed