Update unsupported features page.

DAFFODIL-2469
diff --git a/site/unsupported.md b/site/unsupported.md
index bdf8efd..2e31a04 100644
--- a/site/unsupported.md
+++ b/site/unsupported.md
@@ -22,24 +22,25 @@
 {% endcomment %}
 -->
 
-Unsupported features and errata of the [DFDL Specification](/docs/dfdl) as of Daffodil 2.7.0 are listed below:
+Unsupported features of the [DFDL Specification](/docs/dfdl) as of Daffodil 3.0.0 are listed below:
 
 #### DFDL Features
 
+* COBOL: textNumberPattern: 'V' and 'P' Symbols {% jira 853 %}
+* Intersect and except operators, dfdl:checkRangeInclusive, dfdl:checkRangeExclusive functions {% jira 2379 %}, {% jira 1515 %}
+* defaulting of values for required elements - when unparsing {% jira 115 %}
+* validation (when unparsing) {% jira 1582 %}
+* byte-value entities (aka raw-byte entities){% jira 258 %}
 * "type" component of DFDL infoset {% jira 182 %}, {% jira 1852 %}
 * "unionMemberSchema" component of DFDL infoset {% jira 1633 %}
 * "valid" component of DFDL infoset {% jira 813 %}
-* bi-directional text (Note this is being removed from the DFDL 
-Specification v1.0 per Erratum 5.43, 
-but may return as an experimental feature, or in a 
-future version of the DFDL spec.) 
-* byte-value entities (aka raw-byte entities){% jira 258 %}
-* defaulting of values for required elements - when unparsing {% jira 115 %}
 * extended ICU symbol 'I' in calendarPattern {% jira 1462 %}
 * floating elements in sequences {% jira 643 %}
-* unicodeByteOrderMark (Note this is being removed from the DFDL Specification v1.0 per Erratum 5.50)
-* validation (when unparsing) {% jira 1582 %}
-
+* "form" attribute (note that "elementFormDefault" is supported) {% jira 2416 %}
+* unicodeByteOrderMark (Note this has been removed from the DFDL Specification v1.0)
+* bi-directional text (Note this has been removed from the DFDL Specification v1.0,
+  but may return in a future version of the DFDL spec.)
+  
 #### XML Schema Features
 
 * fixed {% jira 117 %}
@@ -56,23 +57,16 @@
 * occursCountKind="stopValue", occursStopValue {% jira 501 %}
 * utf16Width="variable" {% jira 551 %}
 * calendarObserveDST {% jira 521 %}
+* dfdl:escapeCharacterPolicy {% jira 2415 %}
 
 #### Miscellaneous
 
 * XPath query-style expressions {% jira 1118 %}
 
-#### Errata (Minor Technical Fixes)
+#### Minor Technical Issues/Non-Conformances
 
-Items 5.1 through 5.63 of the [DFDL v1.0 Spec Errata](https://redmine.ogf.org/dmsf_files/13384?download=) are implemented, except for those listed below:
-
-* Erratum 5.1 - Test for escapeEscapeCharacter in escape block data {% jira 2421 %}
-* Erratum 5.3 - dfdl:escapeCharacterPolicy property {% jira 2415 %}
-* Erratum 5.6 - "form" attribute (note that "elementFormDefault" is supported) {% jira 2416 %}
-* Erratum 5.14 - Check range of binaryDecimalVirtualPoint at runtime {% jira 2417 %}
-* Erratum 5.29 - Intersect and except operators, dfdl:checkRangeInclusive, dfdl:checkRangeExclusive functions 
-{% jira 2379 %}, {% jira 1515 %}
-* Erratum 5.30 - Character-level scanning insufficient due to raw byte entities {% jira 258 %}
-* Erratum 5.39 - Choice branches that are zero-occurrence arrays are missing. {% jira 2420 %}
-* Erratum 5.40 - complex type cannot have hiddenGroupRef as its model group {% jira 2419 %}
-* Erratum 5.47 - Encoding/Decoding errors - dfdl:encodingErrorPolicy="error" not implemented.{% jira 935 %}
-* Erratum 5.62 - documentFinalTerminatorCanBeMissing - property is not implemented.{% jira 230 %}
+* Test for escapeEscapeCharacter in escape block data {% jira 2421 %}
+* Check range of binaryDecimalVirtualPoint at runtime {% jira 2417 %}
+* Character-level scanning insufficient due to raw byte entities {% jira 258 %}
+* Choice branches that are zero-occurrence arrays are missing. {% jira 2420 %}
+* Complex type cannot have hiddenGroupRef as its model group {% jira 2419 %}