aboutsummaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2009-05-28 21:11:15 +0100
committerJon Skeet <skeet@pobox.com>2009-05-28 21:11:15 +0100
commit7ee85c4e9f1a94ff4f0a1adbdeb4716a0c519ea7 (patch)
treee321dc4673a601492c274bb62dbba51263d167b7 /todo.txt
parentd33bff04b3efb651ff0ec53a5fa35e406b41db6f (diff)
downloadprotobuf-7ee85c4e9f1a94ff4f0a1adbdeb4716a0c519ea7.tar.gz
protobuf-7ee85c4e9f1a94ff4f0a1adbdeb4716a0c519ea7.tar.bz2
protobuf-7ee85c4e9f1a94ff4f0a1adbdeb4716a0c519ea7.zip
Added field constant generation
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 88bf72f1..193124b6 100644
--- a/todo.txt
+++ b/todo.txt
@@ -9,6 +9,9 @@ Current task list (not in order)
- Avoid using reflection for messages which don't need it (is this
possible?)
- Add RegisterAllExtensions
-- Add ToBuilder changes from Google's r92
+- Add ToBuilder changes from Google's r92 (done? Need to check)
- Silverlight changes (as per email to Jon)
+- Extension registration/initialization code?
+From latest Java code:
+r120: (Lots)