diff --git a/www/kona.html b/www/kona.html
index 4699ad3e..916000b2 100644
--- a/www/kona.html
+++ b/www/kona.html
@@ -59,7 +59,7 @@
Issue # | Issue Name | Meeting | Status |
1169 | num_get not fully compatible with strto* | Kona | |
- 2072 | Unclear wording about capacity of temporary buffers | Kona | |
+ 2072 | Unclear wording about capacity of temporary buffers | Kona | Complete |
2101 | Some transformation types can produce impossible types | Kona | |
2111 | Which unexpected/terminate handler is called from the exception handling runtime? | Kona | Complete |
2119 | Missing hash specializations for extended integer types | Kona | |
@@ -104,7 +104,7 @@
Comments about the issues
- 1169 - We currently have a single function __num_get_float that calls strtold_l, and then casts down to the appropriate floating point type. That will have to change.
-- 2072 - I don't think there's anything to do here; this is just making the wording better.
+- 2072 - We already do this; this is just making the wording better.
- 2101 - Need to write some careful test cases. In particular, need to check function types with/without const/ref qualifiers. Currently we get this wrong. Installing metashell to play with these.
- 2111 - Resolved an ambiguity by calling it out. No code change required.
- 2119 - Hashes for all integral and enumeration types. Research needed