diff --git a/www/kona.html b/www/kona.html
index 96f75ab38..90de980d8 100644
--- a/www/kona.html
+++ b/www/kona.html
@@ -75,8 +75,8 @@
| 2336 | is_trivially_constructible/is_trivially_assignable traits are always false | Kona | |
| 2353 | std::next is over-constrained | Kona | |
| 2367 | pair and tuple are not correctly implemented for is_constructible with no args | Kona | |
- | 2380 | May <cstdlib> provide long ::abs(long) and long long ::abs(long long)? | Kona | |
- | 2384 | Allocator's deallocate function needs better specification | Kona | |
+ | 2380 | May <cstdlib> provide long ::abs(long) and long long ::abs(long long)? | Kona | Complete |
+ | 2384 | Allocator's deallocate function needs better specification | Kona | Complete |
| 2385 | function::assign allocator argument doesn't make sense | Kona | |
| 2435 | reference_wrapper::operator()'s Remark should be deleted | Kona | Complete |
| 2447 | Allocators and volatile-qualified value types | Kona | |
@@ -120,8 +120,8 @@
2336 - Check later
2353 - Simple change, needs a test. (test probably used to exist)
2367 - Ask Eric to do it. Tests.
-2380 - No code changes here; we already do this.
-2384 - Wording cleanup; no code change required
+2380 - No code changes here; we already do this.
+2384 - Wording cleanup; no code change required
2385 - Removing broken signatures. Only question is "how far back"?
2435 - Wording cleanup; no code change required
2447 - I don't know if there's any work here.