aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-07 06:43:05 +0000
committerLev Walkin <vlm@lionet.info>2004-09-07 06:43:05 +0000
commitf6479557035037fd9f49fc9d5feaa74b6059d9f2 (patch)
tree5c64715d29544e002f0c401a95d418e7cb679fa6
parent9567bb77e02f6337593b6f3a1bee9bc1ccc1ee26 (diff)
added clause about DEFAULT
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 09fc914d..6d7b11ad 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
MAJOR:
1. Support for PER encoding. Requires advanced subtype constraints support,
-which is just completed.
+which is already completed.
2. Support for XER encoding.
@@ -12,4 +12,5 @@ which is just completed.
MINOR:
-1. Support for EXTERNAL, EMBEDDED-PDV and CHARACTER STRING types.
+1. Support for DEFAULT encoding and decoding, at least in INTEGER/ENUMERATED types.
+2. Support for EXTERNAL, EMBEDDED-PDV and CHARACTER STRING types.