diff --git a/www/kona.html b/www/kona.html
index 583e82866..93b6d2be9 100644
--- a/www/kona.html
+++ b/www/kona.html
@@ -84,7 +84,7 @@
| 2466 | allocator_traits::max_size() default behavior is incorrect | Kona | Patch Ready |
| 2469 | Wrong specification of Requires clause of operator[] for map and unordered_map | Kona | |
| 2473 | basic_filebuf's relation to C FILE semantics | Kona | Complete |
- | 2476 | scoped_allocator_adaptor is not assignable | Kona | |
+ | 2476 | scoped_allocator_adaptor is not assignable | Kona | Patch Ready |
| 2477 | Inconsistency of wordings in std::vector::erase() and std::deque::erase() | Kona | |
| 2483 | throw_with_nested() should use is_final | Kona | Complete |
| 2484 | rethrow_if_nested() is doubly unimplementable | Kona | Complete |
@@ -129,7 +129,7 @@
2466 - Simple change; need a test. Patch Available
2469 - This is a followon to 2464, which we're done. This restates a bunch of operations in terms of newer ops. Probably refactoring to do here, but tests shouldn't change.
2473 - There are two changes here; one to filebuf::seekpos and the other to filebuf::sync. We do both of these already.
-2476 - Simple change; need tests.
+2476 - Just needed tests. Patch Available
2477 - Definitely wording cleanup, but check the tests.
2483 - We already do this.
2484 - We already do this.