summaryrefslogtreecommitdiff
path: root/releasenotes/notes/comparable-FormattableColumn-31c0030ced70b7fb.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/comparable-FormattableColumn-31c0030ced70b7fb.yaml')
-rw-r--r--releasenotes/notes/comparable-FormattableColumn-31c0030ced70b7fb.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/comparable-FormattableColumn-31c0030ced70b7fb.yaml b/releasenotes/notes/comparable-FormattableColumn-31c0030ced70b7fb.yaml
new file mode 100644
index 0000000..f32322e
--- /dev/null
+++ b/releasenotes/notes/comparable-FormattableColumn-31c0030ced70b7fb.yaml
@@ -0,0 +1,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.