Keep parsed values in date if parse was OK, but no valid date.
[gedcom-parse.git] / NEWS
diff --git a/NEWS b/NEWS
index f5402a7ba4bf2b46946aedb62ebb3b2ae1f8b492..e55f7115d6f0059aac94830c27e594fd805097ec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 NOTE: NO BACKWARD COMPATIBILITY IS GUARANTEED FOR 0.x RELEASES !!
 
+release 0.91.0 (NOT RELEASED YET):
+
+ - If a date is parsed fine, but cannot be successfully converted to an
+   SDN, the parsed values are now kept in the returned date_value.  This means
+   that a date of DV_PHRASE type can have meaningful values in the string
+   and number values (the sdn value will still be -1).
+
 release 0.90.0 (2 February 2003):
 
  - The interface of libgedcom and libgedcom_gom should now be functionally