From 5805db4f29b4c05d7c5ab97ccf1f650ef19d3476 Mon Sep 17 00:00:00 2001 From: Meg Bird Date: Thu, 18 Mar 2021 10:19:26 -0700 Subject: [PATCH] Add nuget release note back (#18295) * update with rremoved release note * Update data/release-notes/3-0/0.yml Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> * update to fix broken test Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- data/release-notes/3-0/0.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/release-notes/3-0/0.yml b/data/release-notes/3-0/0.yml index d6cd32c83e..37e8d44005 100644 --- a/data/release-notes/3-0/0.yml +++ b/data/release-notes/3-0/0.yml @@ -113,6 +113,7 @@ sections: - The format of several log files have changed, including the addition of a PID for different log types. This does not affect how GitHub Enterprise Support uses support bundles to troubleshoot issues. - A PATCH request to the webhook configuration API no longer erases the webhook secret. - Certain types of pre-receive hooks were failing. + - 'The Packages NuGet service now normalizes semantic versions on publish. An invalid semantic version (for example: v1.0.0.0.0.0) is not downloadable by NuGet clients and therefore a NuGet service is expected to normalize those versions (for example: v1.0.0.0.0.0 --> v1.0.0). Any original, non-normalized, version will be available in the `verbatimVersion` field. No changes to client configurations are required.' known_issues: - On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user.