diff --git a/www/cxx1z_status.html b/www/cxx1z_status.html
index a98e26f8..966cc149 100644
--- a/www/cxx1z_status.html
+++ b/www/cxx1z_status.html
@@ -69,6 +69,14 @@
N4508 | LWG | shared_mutex for C++17 | Lenexa | Complete | 3.7 |
N4366 | LWG | LWG 2228 missing SFINAE rule | Lenexa | Complete | 3.1 |
N4510 | LWG | Minimal incomplete type support for standard containers, revision 4 | Lenexa | Complete | 3.6 |
+ | | | | | |
+ P0004R1 | LWG | Remove Deprecated iostreams aliases. | Kona | | |
+ P0006R0 | LWG | Adopt Type Traits Variable Templates for C++17. | Kona | | |
+ P0092R1 | LWG | Polishing <chrono> | Kona | | |
+ P0007R1 | LWG | Constant View: A proposal for a std::as_const helper function template. | Kona | | |
+ P0156R0 | LWG | Variadic lock_guard(rev 3). | Kona | | |
+ P0074R0 | LWG | Making std::owner_less more flexible | Kona | | |
+ P0013R1 | LWG | Logical type traits rev 2 | Kona | | |
@@ -138,6 +146,46 @@
2470 | Allocator's destroy function should be allowed to fail to instantiate | Lenexa | Complete |
2482 | [c.strings] Table 73 mentions nonexistent functions | Lenexa | Complete |
2488 | Placeholders should be allowed and encouraged to be constexpr | Lenexa | |
+ | | | |
+ 1169 | num_get not fully compatible with strto* | 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 | |
+ 2127 | Move-construction with raw_storage_iterator | Kona | Patch Ready |
+ 2133 | Attitude to overloaded comma for iterators | Kona | Complete |
+ 2156 | Unordered containers' reserve(n) reserves for n-1 elements | Kona | |
+ 2218 | Unclear how containers use allocator_traits::construct() | Kona | |
+ 2219 | INVOKE-ing a pointer to member with a reference_wrapper as the object expression | Kona | |
+ 2224 | Ambiguous status of access to non-live objects | Kona | |
+ 2234 | assert() should allow usage in constant expressions | Kona | |
+ 2244 | Issue on basic_istream::seekg | Kona | Patch Ready |
+ 2250 | Follow-up On Library Issue 2207 | Kona | |
+ 2259 | Issues in 17.6.5.5 rules for member functions | Kona | Complete |
+ 2273 | regex_match ambiguity | Kona | |
+ 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 | Patch Ready |
+ 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 | Complete |
+ 2462 | std::ios_base::failure is overspecified | Kona | Complete |
+ 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 | Patch Ready |
+ 2477 | Inconsistency of wordings in std::vector::erase() and std::deque::erase() | Kona | Complete |
+ 2483 | throw_with_nested() should use is_final | Kona | Complete |
+ 2484 | rethrow_if_nested() is doubly unimplementable | Kona | Complete |
+ 2485 | get() should be overloaded for const tuple&& | Kona | |
+ 2486 | mem_fn() should be required to use perfect forwarding | Kona | |
+ 2487 | bind() should be const-overloaded, not cv-overloaded | Kona | Complete |
+ 2489 | mem_fn() should be noexcept | Kona | Patch Ready |
+ 2492 | Clarify requirements for comp | Kona | Complete |
+ 2494 | [fund.ts.v2] ostream_joiner needs noexcept | Kona | |
+ 2495 | There is no such thing as an Exception Safety element | Kona | |