Update change log for 0.82 changes

release 0.82
slava 2006-05-15 01:31:16 +00:00
parent 8932ea08fa
commit f5efb9635e
1 changed files with 10 additions and 0 deletions

View 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