Skip to content

Fix formatting issues with footnotes (endnotes) #2794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/release_notes/10_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,11 @@ Replacement or removal of some of the services and packages in RL 10 include the
| Removed | Replacement |
| :---- | :---- |
| power-profiles-daemon CPU throttle | tuned-ppd translation layer that supports applications written for the power-profiles-daemon |
| redis in-memory key-value database | valkey (a fork of redis) in-memory key-value database ^1 |
| redis in-memory key-value database | <u>valkey</u>[^1] in-memory key-value database |
| sendmail mail transfer agent | Rocky Linux recommends migrating to the Postfix mail transfer agent. |
| spamassassin email spam filter | The spamassassin email spam filter is now found in the EPEL repository. |

1 In addition to `valkey`, the `valkey-compat-redis` package is in the Plus repository.
[^1]: **valkey**: A fork of redis. 1 In addition to `valkey`, the `valkey-compat-redis` package is in the Plus repository.

### Dynamic Programming Languages

Expand Down