Tweak release notes.

This commit is contained in:
Dianne Skoll
2024-12-11 14:02:30 -05:00
parent ffcd21446e
commit b98e336e9e

View File

@@ -27,7 +27,10 @@ CHANGES TO REMIND
that are easier on the eyes.
- IMPROVEMENT: remind: Remind used to have three completely separate
hash table implementations. Replace them all with one piece of code.
hash table implementations. They have all been replaced with a single
implementation; this new implementation adapts the hash table size based
on the number of entries and is dramatically faster than the old code
when there are a large number of entries.
- MINOR FIXES: remind: Fix typos in comments; use memcpy to copy OMIT
contexts internally.