diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 765b6ba53..ab6914ccc 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -23,25 +23,25 @@ release.
The linker flag -flat_namespace has been restored for creating +shared libraries, although not for loadable libraries (bundles). This was +required for building using the latest versions of Apple XCode.
A regression was introduced in 7.0.2 which caused record chains with -loops to be incorrectly broken. Processing should be skipped when a -DB_LINK with Process Passive (PP) closes a loop to a synchronous record.
+A regression was introduced in 7.0.2 which caused record chains with loops to +be incorrectly broken. Processing should be skipped when a DB_LINK with Process +Passive (PP) closes a loop to a synchronous record.
-Instead in 7.0.2 the targeted record would be processed if processing began with -a remote action (or other caller of dbPutField() ). The would result in the loop -running a second time. The loop would be broken on the second iteration.
+Instead in 7.0.2 the targeted record would be processed if processing began +with a remote action (or some other caller of dbPutField()). This would +result in the loop running a second time. The loop would be broken on the second +iteration.
- +