diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-27 18:57:17 -0500 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-01-07 20:00:44 -0500 |
commit | f2f54290e84903679bdb9548924f933a6efe311d (patch) | |
tree | 42099332af46097bce20972ee9454b7c0e4ab69f /docs/Config_Changes.md | |
parent | dc70a7c3558fadd2f0500f71c35292972b2c253f (diff) | |
download | kutter-f2f54290e84903679bdb9548924f933a6efe311d.tar.gz kutter-f2f54290e84903679bdb9548924f933a6efe311d.tar.xz kutter-f2f54290e84903679bdb9548924f933a6efe311d.zip |
docs: Add a new Config_Changes.md document
Add a document to track non-backwards compatible changes to the
printer config file.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md new file mode 100644 index 00000000..598f47cf --- /dev/null +++ b/docs/Config_Changes.md @@ -0,0 +1,9 @@ +This document covers recent software changes to the config file that +are not backwards compatible. It is a good idea to review this +document when upgrading the Klipper software. + +All dates in this document are approximate. + +# Changes + +20181220: Klipper v0.7.0 released |