From b865ad6202e486a2dce1c18c271f6ba8b503fc4f Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 30 Oct 2019 22:44:43 +0200 Subject: [PATCH] Updated Migration guide to v1.6.0 (markdown) --- Migration-guide-to-v1.6.0.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Migration-guide-to-v1.6.0.md b/Migration-guide-to-v1.6.0.md index dfc5bad..9bd17fa 100644 --- a/Migration-guide-to-v1.6.0.md +++ b/Migration-guide-to-v1.6.0.md @@ -4,4 +4,8 @@ Old parameters starts from capital letter, new parameters start with a small let For example, the old parameter that was used to store the background color of the editor, was called *``* and in **v1.6.0** it's called *``*. So you can just simple copy value from old parameter, if needed. Do it only when app closed. -Later I will post all parameters with description, for easy use. \ No newline at end of file +Later I will post all parameters with description, for easy use. + +| Old name | New name | Description | +| ------ | ------ | ------ | +| RichBackColor | editorBackColor | Editor background color | \ No newline at end of file