Skip to content

Commit 8e5cf75

Browse files
authored
Merge pull request #1501 from tnull/2022-05-mention-compat-level
Mention backwards compatibility in CONTRIBUTING.
2 parents 0017bc8 + cefac72 commit 8e5cf75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ be covered by functional tests.
7575
When refactoring, structure your PR to make it easy to review and don't
7676
hesitate to split it into multiple small, focused PRs.
7777

78-
The Minimum Supported Rust Version is 1.41.1 (enforced by our GitHub Actions).
78+
The Minimum Supported Rust Version (MSRV) currently is 1.41.1 (enforced by
79+
our GitHub Actions). Also, the compatibility for LDK object serialization is
80+
currently ensured back to and including crate version 0.0.99 (see the
81+
[changelog](CHANGELOG.md)).
7982

8083
Commits should cover both the issue fixed and the solution's rationale.
8184
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.

0 commit comments

Comments
 (0)