Skip to content

Commit cefac72

Browse files
committed
Mention backwards compatibility in CONTRIBUTING.
1 parent 1fd6c6f commit cefac72

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)