summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 97da8e3..359fe45 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -271,6 +271,10 @@ Mac
- There are new dialogs EasyDialogs.AskFileForOpen, AskFileForSave
and AskFolder. The old macfs.StandardGetFile and friends are deprecated.
+
+- Most of the standard library now uses pathnames or FSRefs in preference
+ of FSSpecs, and use the underlying Carbon.File and Carbon.Folder modules
+ in stead of macfs. macfs will probably be deprecated in the future.
- Type Carbon.File.FSCatalogInfo and supporting methods have been implemented.
This also makes macfs.FSSpec.SetDates() work again.