diff --git a/src/general-info/release-20f.txt b/src/general-info/release-20f.txt index b2453121a1c1a3c6e0145e314eeb792bfa6e97bd..b5f697d7284b84960f53d44510a5d8f0606214b9 100644 --- a/src/general-info/release-20f.txt +++ b/src/general-info/release-20f.txt @@ -68,17 +68,17 @@ New in this release: Incorrect results were returned under some conditions when the result TN was packed in the same location as one of the argument TNs. - * Type derivation for log now matches the actual returned - values. (Ticket #92). * The float constants for various limits are defined for double-double floats such as least-positive-double-double-float. * When reading very small float values, round to least-positive-foo-float if possible. + * (log -0w0) and (log 0w0) returns values analogous to the + double-float versions. * Trac Tickets: * Ticket #90 fixed. - * Ticket #92 fixed. + * Ticket #92 marked invalid.. * Ticket #87 fixed. * Ticket #94 fixed. * Ticket #93 fixed.