From e321ae77df2f9d4ff2374b3b14ede37b09a0de32 Mon Sep 17 00:00:00 2001 From: John Prause Date: Tue, 28 Nov 2017 10:21:51 -0500 Subject: [PATCH] [WIP] [Changelog] Update for Gaprindashvili Beta2 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8407052e1..0a6ca8424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## Gaprindashvili Beta2 + +### Added +- Migrate Zone NTP settings to SettingsChanges [(#122)](https://github.com/ManageIQ/manageiq-schema/pull/122) +- Update ResourceGroup type for Azure [(#131)](https://github.com/ManageIQ/manageiq-schema/pull/131) + +### Fixed +- Move the db:check_schema task to the public tasks.rake file [(#124)](https://github.com/ManageIQ/manageiq-schema/pull/124) +- Require the activerecord extension from the pg-pglogical gem [(#126)](https://github.com/ManageIQ/manageiq-schema/pull/126) +- Remove the limit from string columns in all tables [(#125)](https://github.com/ManageIQ/manageiq-schema/pull/125) +- Downcase ems_ref for Azure resource groups [(#123)](https://github.com/ManageIQ/manageiq-schema/pull/123) +- Fix migration column caching. [(#136)](https://github.com/ManageIQ/manageiq-schema/pull/136) + ## Gaprindashvili Beta1 ### Added