diff --git a/todo.txt b/todo.txt
index 0ec54254e740d14d72b7c97cf7592fd5bfcfdf81..2356510f3170e2841465fa2231af6b11411fcd5b 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,6 +1,8 @@
 (B) FFTW interpolator doesn't need its own field            @optimization +v1.0
+(B) clean up tox files, make sure all tests run             @tests        +v1.0
 (B) compute z polynomials only when needed                  @optimization +v1.0
 (B) use less memory                                         @optimization
+(B) split library into core and extra                       @optimization +v1.0
 (C) clean up machine_settings mess                          @design @documentation +v2.0
 (C) code overview                                           @documentation
 (C) move stat I/O to cpp lib                                @design @HDF5