diff --git a/CHANGELOG.md b/CHANGELOG.md index e6564ce7a8..7e6d388256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Refactor 404 error page to use div instead of p for search form. * Require analyzer 8.1.1 APIs. * Many internal migrations for analyzer APIs. +* Remove deprecated public export of options.dart ## 8.3.4 * The URL for category pages now uses _category name_ instead of diff --git a/lib/options.dart b/lib/options.dart deleted file mode 100644 index b75f21541e..0000000000 --- a/lib/options.dart +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file -// for details. All rights reserved. Use of this source code is governed by a -// BSD-style license that can be found in the LICENSE file. - -@Deprecated( - 'Will be removed in a later version of DartDoc. Use /src/dartdoc_options.dart.') -export 'package:dartdoc/src/dartdoc_options.dart';