summaryrefslogtreecommitdiff
path: root/releasenotes/notes/comparable-FormattableColumn-31c0030ced70b7fb.yaml
blob: f32322e3b836615b2db4b33910e3b2e4f4307d34 (plain)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Instances of ``cliff.columns.FormattableColumn`` are now comparable. This
    allows implementations of ``FormattableColumn`` storing primitive data
    types or containers with primitive data types to be sorted using the
    ``--sort-column`` option. Implementations of ``FormattableColumn`` that
    store other types of data will still need to implement their own rich
    comparison magic methods.