From 939fe462221c01247c853d1dd99a05788adc0894 Mon Sep 17 00:00:00 2001
From: David Dight <davidd@fix8mt.com>
Date: Sat, 30 Mar 2024 20:52:35 +1100
Subject: [PATCH] updated

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e9f67069..8255bc0d 100644
--- a/README.md
+++ b/README.md
@@ -532,7 +532,6 @@ _output_
 ```
 ## Standard accessors and mutators
 All of the standard accessors and mutators are supported.
-
 | Method | Description |
 | :--- | :--- |
 | `test` | test for bit(s)|
@@ -544,6 +543,11 @@ All of the standard accessors and mutators are supported.
 | `count` | count of bits on |
 | `size` | number of bits in bitset |
 | `operator[]` | test bit at position |
+
+Additional methods
+| Method | Description |
+| `set_all` | set all specified bits |
+| `clear_all` | clear all specified bits |
 | `test_any` | test for one or more bits |
 | `test_all` | test for all specified bits |