]> gitweb.factorcode.org Git - factor.git/commitdiff
Update change log for 0.82 changes 0.82 factor-0-82
authorslava <slava@factorcode.org>
Mon, 15 May 2006 01:31:16 +0000 (01:31 +0000)
committerslava <slava@factorcode.org>
Mon, 15 May 2006 01:31:16 +0000 (01:31 +0000)
doc/handbook/changes.facts

index b8d98523f7309cf2ee5db77977425a1b176ae6ad..fdf85b462d94f6b0a429bedf677e2a8b51617222 100644 (file)
@@ -1,6 +1,16 @@
 USING: generic help inspector memory sequences ;
 
 ARTICLE: "changes" "Changes in the latest release"
+{ $subheading "Factor 0.82" }
+{ $list
+    "New code generator framework in compiler"
+    "Floating point operations are now open-coded, resulting in a performance gain"
+    { "Remove " { $snippet "unswons" } " word" }
+    "Implement value type struct inputs to callbacks on AMD64"
+    "Fix some Unix I/O bugs"
+    "Standard OS X-style menu bar in the Cocoa UI (Kevin Reid)"
+    "Objective C methods defined in Factor can now return C structures by value"
+}
 { $subheading "Factor 0.81" }
 { $subtopic "UI"
     { $list