From 0a3a6180914ec4b1cba1517bcd882c4ffb343ba8 Mon Sep 17 00:00:00 2001 From: Dan Chao Date: Thu, 8 Feb 2024 17:30:08 -0800 Subject: [PATCH] Remove line from changelog This change got reverted prior to the release. --- docs/modules/release-notes/pages/changelog.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/modules/release-notes/pages/changelog.adoc b/docs/modules/release-notes/pages/changelog.adoc index 58718e75..258a3541 100644 --- a/docs/modules/release-notes/pages/changelog.adoc +++ b/docs/modules/release-notes/pages/changelog.adoc @@ -13,7 +13,6 @@ xref:0.26.adoc[Release notes] * Fixes some issues with generated pkldoc websites (link:https://github.com/apple/pkl/pull/70[#70], link:https://github.com/apple/pkl/pull/81[#81], link:https://github.com/apple/pkl/pull/96[#96]) -* Removes errorneously published artifact called "pkl-cli" (link:https://github.com/apple/pkl/pull/98[#98]) * Fixes an issue where a PklBugException produces an incorrect URL to file issues (link:https://github.com/apple/pkl/pull/73[#73]) === Miscellaneous