summaryrefslogtreecommitdiff
path: root/releasenotes/notes/connection_debug_min_max-bf6d53d49be7ca52.yaml
blob: 7b0713b1c891838ddcd6a3d4ec2764aa40d29a7b (plain)
1
2
3
4
5
6
7
---
upgrade:
  - The allowed values for the ``connection_debug`` option are now restricted to
    the range between 0 and 100 (inclusive). Previously a number lower than 0
    or higher than 100 could be given without error. But now, a
    ``ConfigFileValueError`` will be raised when the option value is outside this
    range.