diff --git a/www/kona.html b/www/kona.html
index 31514943c..96f75ab38 100644
--- a/www/kona.html
+++ b/www/kona.html
@@ -81,7 +81,7 @@
| 2435 | reference_wrapper::operator()'s Remark should be deleted | Kona | Complete |
| 2447 | Allocators and volatile-qualified value types | Kona | |
| 2462 | std::ios_base::failure is overspecified | Kona | |
- | 2466 | allocator_traits::max_size() default behavior is incorrect | Kona | |
+ | 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 | |
| 2476 | scoped_allocator_adaptor is not assignable | Kona | |
@@ -126,7 +126,7 @@
2435 - Wording cleanup; no code change required
2447 - I don't know if there's any work here.
2462 - No code change necessary. Are there tests here? Should there be?
-2466 - Simple change; need a test.
+2466 - Simple change; need a test.
2469 - I suspect this is just wording cleanup, but it needs a closer look.
2473 - I suspect this is just wording cleanup, but it needs a closer look.
2476 - Simple change; need tests.