From f0aaf94f61f996808c29e37c827fc5d85761bddb Mon Sep 17 00:00:00 2001
From: Olivier Laurent
Date: Fri, 3 Apr 2020 00:45:03 +0200
Subject: add order properties about bool
---
doc/changelog/10-standard-library/12008-ollibs-bool.rst | 5 +++++
doc/stdlib/index-list.html.template | 1 +
2 files changed, 6 insertions(+)
create mode 100644 doc/changelog/10-standard-library/12008-ollibs-bool.rst
(limited to 'doc')
diff --git a/doc/changelog/10-standard-library/12008-ollibs-bool.rst b/doc/changelog/10-standard-library/12008-ollibs-bool.rst
new file mode 100644
index 0000000000..7c10d261a7
--- /dev/null
+++ b/doc/changelog/10-standard-library/12008-ollibs-bool.rst
@@ -0,0 +1,5 @@
+- **Added:**
+ Order relations ``ltb`` and ``compareb`` added in ``Bool.Bool``.
+ Order properties for ``bool`` added in ``Bool.BoolOrder`` as well as two modules ``Bool_as_OT`` and ``Bool_as_DT`` in ``Structures.OrdersEx``
+ (`#12008