You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RocksDB has a HISTORY.md file, where changes between releases are tracked.
We need to have our own change log file (because our versions are different, and because future rebases will mess up the history).
Rename the RocksDB HISTORY.md file to HISTORY_ROCKSDB.md and add a new HISTORY.md file that we'll use to track our change log in. We probably want to use a similar format (we also want to mention the base RocksDB version for each release, at least for the time being).
The text was updated successfully, but these errors were encountered:
Since we have our own changes, it doesn't make much sense to continue
using the RocksDB file. We would like to have our own tracking of changes
in Speedb in a separate file, so this change renames the RocksDB file in
preparation for creating our own file.
Add a change log file in the same format as the RocksDB one to track changes
between released versions. Currently this contains an abbreviated change
log for version 2.0.0, but not any of the changes that landed since then.
Since we have our own changes, it doesn't make much sense to continue
using the RocksDB file. We would like to have our own tracking of changes
in Speedb in a separate file, so this change renames the RocksDB file in
preparation for creating our own file.
Add a change log file in the same format as the RocksDB one to track changes
between released versions. Currently this contains an abbreviated change
log for version 2.0.0, but not any of the changes that landed since then.
RocksDB has a
HISTORY.md
file, where changes between releases are tracked.We need to have our own change log file (because our versions are different, and because future rebases will mess up the history).
Rename the RocksDB
HISTORY.md
file toHISTORY_ROCKSDB.md
and add a newHISTORY.md
file that we'll use to track our change log in. We probably want to use a similar format (we also want to mention the base RocksDB version for each release, at least for the time being).The text was updated successfully, but these errors were encountered: