From 7adf46e9ff9043de6a092f1e1a1855807635ce23 Mon Sep 17 00:00:00 2001 From: Glenn Matthews Date: Thu, 10 Jun 2021 08:53:56 -0400 Subject: [PATCH] Add release notes for #389, #452, #501, #549 --- nautobot/docs/release-notes/version-1.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nautobot/docs/release-notes/version-1.0.md b/nautobot/docs/release-notes/version-1.0.md index e7142d0bd8..cf3fbed3aa 100644 --- a/nautobot/docs/release-notes/version-1.0.md +++ b/nautobot/docs/release-notes/version-1.0.md @@ -190,12 +190,16 @@ The "Related Devices" table has been removed from the detailed Device view. ### Fixed +- [#389](https://github.com/nautobot/nautobot/issues/389) - Fixed incorrect TaggedItem base class that caused tag issues on MySQL. +- [#452](https://github.com/nautobot/nautobot/issues/452) - Fixed `api/dcim/cables` `OPTIONS` response not including the `status` field. - [#476](https://github.com/nautobot/nautobot/issues/476) - Fixed incorrect handling of /31 and /127 networks in `Aggregate`, `Prefix`, and `IPAddress` models. +- [#501](https://github.com/nautobot/nautobot/issues/501) - Fixed missing prepopulation of address/prefix value into the form when adding an address or prefix under a parent prefix. - [#508](https://github.com/nautobot/nautobot/pull/508) - Fixed typo in `500.html` page template. - [#513](https://github.com/nautobot/nautobot/issues/513) - Fixed inadvertent omission of "Search" box from ReadTheDocs. - [#528](https://github.com/nautobot/nautobot/pull/528) - Fixed an ordering issue in the `test_EXTERNAL_AUTH_DEFAULT_groups` test case. - [#540](https://github.com/nautobot/nautobot/pull/540) - Fixed intermittent CI failures due to DockerHub rate limits. - [#542](https://github.com/nautobot/nautobot/pull/542) - Fixed incorrect documentation for running `nautobot-server test` commands. +- [#549](https://github.com/nautobot/nautobot/pull/549) - Fixed CI errors on pull requests due to missing DockerHub credentials. ### Removed