diff --git a/done.txt b/done.txt
index e1765211012274ecc357fd396c7df0309effc3a2..2ac8f6a0fe2229aa0de607af0d75563b2e341f1c 100644
--- a/done.txt
+++ b/done.txt
@@ -4,3 +4,4 @@ x 2015-12-24 move get_grid coords to interpolator                    @optimizati
 x 2015-12-25 get rid of temporal interpolation                       @optimization +v1.0
 x 2015-12-26 call interpolation only when needed                     @optimization +v1.0
 x 2015-12-26 clean up tox files, make sure all tests run             @tests        +v1.0
+x 2016-01-03 check divfree function
diff --git a/todo.txt b/todo.txt
index 43bf8f4ac75e90606a4805e6ec358a981fb437e8..d14cf65bcf469ee3e397c899c1c21ffb1b608ade 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,7 +1,7 @@
-(A) check divfree function
 (B) FFTW interpolator doesn't need its own field            @optimization +v1.0
 (B) compute z polynomials only when needed                  @optimization +v1.0
 (B) read https://www.xsede.org/documents/271087/369161/ExtScale-Koziol.pdf  @optimization @HDF5 +I/O
+(B) set up mechanism for adding in new PDEs                 @design +v2.0 +alternate_algorithms
 (B) split library into core and extra                       @optimization +v1.0
 (B) tweak HDF5 settings                                     @optimization @HDF5 +I/O
 (B) use less memory                                         @optimization
@@ -9,7 +9,6 @@
 (C) code overview                                           @documentation
 (C) compute kMeta(t) as well
 (C) move stat I/O to cpp lib                                @design @HDF5
-(C) set up mechanism for adding in new PDEs                 @design +v2.0 +alternate_algorithms
 (C) test involving hydrodynamic similarity                  @tests
 (C) use HDF5 io for fields                                  @design @HDF5 +I/O
 (D) generalize interpolation comparison test                @tests