diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-05-30 21:09:09 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-05-30 21:09:09 +0000 |
| commit | 7ec76269f1450e79b2823e642dba4f68c9f0c434 (patch) | |
| tree | 434b624e5b6fbb6295d89b9e65c7f8c0edb8f094 /docutils/docs/user | |
| parent | 44cc9f8b863ec4d89862a2f8171040359a960244 (diff) | |
| download | docutils-7ec76269f1450e79b2823e642dba4f68c9f0c434.tar.gz | |
Postpone deprecations to Docutils 2.0
Starting in 1.0, we want to move to "semantic versioning":
no incompatible API changes in "minor" releases.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9062 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
| -rw-r--r-- | docutils/docs/user/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt index 6ee858a31..9becf5a39 100644 --- a/docutils/docs/user/config.txt +++ b/docutils/docs/user/config.txt @@ -2301,7 +2301,7 @@ Formerly, Docutils configuration files contained a single "[options]" section only. This was found to be inflexible, and in August 2003 Docutils adopted the current component-based configuration file sections as described above. -Up to version 1.1, Docutils will still recognize the old "[options]" +Up to version 2.0, Docutils will still recognize the old "[options]" section, but complain with a deprecation warning. To convert existing config files, the easiest way is to change the |
