From 999b4570d8579e29fb80342171709b3c3209dd25 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Wed, 27 May 2020 17:17:09 -0700 Subject: [PATCH] changelog cleanup --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2a81c0..2b7901ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ ### Unreleased ## Fixed -- Set proper permissions when transferring keys to a virtual machine. ([#154](https://github.com/craftcms/nitro/issues/154)) -- Fixed an error when `init` would not edit the hosts file and output nitro commands instead. ([#155](https://github.com/craftcms/nitro/issues/155)) ([#156](https://github.com/craftcms/nitro/issues/156)) -- Fixed an issue where using `db import` would not import for PostgreSQL. +- Fixed a bug where keys transferred into the machine did not have the proper permissions. ([#154](https://github.com/craftcms/nitro/issues/154)) +- Fixed a bug where the `init` command was not editing the hosts file. ([#155](https://github.com/craftcms/nitro/issues/155)) ([#156](https://github.com/craftcms/nitro/issues/156)) +- Fixed a bug where the `db import` command was not working on PostgreSQL. ### 1.0.0-beta.6 - 2020-05-26