Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chalin <chalin@users.noreply.github.com>2022-10-05 01:40:27 +0300
committerGitHub <noreply@github.com>2022-10-05 01:40:27 +0300
commit01bf2a27513ec38131c4564784fd8423dd27bb1d (patch)
treec6001b3542674431598047b0b3143c387bb45299
parentc5214bcbea1bf297f41bfee3b2aaf62da3c6ec87 (diff)
Mention inadvertent style leakage in CHANGELOG (#1167)
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47ad229..6ee5542 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -96,6 +96,13 @@ For a full list of the changes to this release, see the [release notes][0.3.0].
[Algolia DocSearch v3](https://docsearch.algolia.com/docs/DocSearch-v3). If
your site uses the deprecated DocSearch v2, you must
[update your DocSearch code](https://docsearch.algolia.com/docs/migrating-from-v2).
+- (**Edit**) [PR #1009][] inadvertently changed the base [Bootstrap styles for
+ cards][bs4cards], as well as the Docsy `highlight` style. For details, see
+ [issue #1154][]. Release [0.5.0][] includes a fix.
+
+[bs4cards]: https://getbootstrap.com/docs/4.1/components/card/
+[pr #1009]: https://github.com/google/docsy/pull/1009
+[issue #1154]: https://github.com/google/docsy/issues/1154
## [0.2.0][]