소스 검색

Fix changelog about how to load helios

Nicolas Petton 12 년 전
부모
커밋
a1ab53572e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      CHANGELOG

+ 2 - 2
CHANGELOG

@@ -5,7 +5,7 @@ After 3 months of work we are pleased to announce the 0.12.0 release of Amber.
 
 
 Besides the usual bug fixes a lot of new features have emerged.
 Besides the usual bug fixes a lot of new features have emerged.
 
 
-The biggest change is the switch to using RequireJS to specifying Amber package dependencies
+The biggest change is the switch to RequireJS to specify Amber package dependencies
 and for loading the packages as AMD modules.
 and for loading the packages as AMD modules.
 Amber is now additionally available as Bower [2] component.
 Amber is now additionally available as Bower [2] component.
 Bower is also used to manage required JavaScript libraries which don't have to be kept
 Bower is also used to manage required JavaScript libraries which don't have to be kept
@@ -25,7 +25,7 @@ On the Smalltalk side support has been added for writing exponential numbers of
 Helios (the new IDE) is progressing nicely and has seen a lot of improvements.
 Helios (the new IDE) is progressing nicely and has seen a lot of improvements.
 One of the great parts is the new stepping debugger which is also making progress.
 One of the great parts is the new stepping debugger which is also making progress.
 To try Helios, open the helios.html page or
 To try Helios, open the helios.html page or
-evaluate in any other amber page `amber.loadHelios()`.
+evaluate in any other amber page `require('amber/helpers).popupHelios()`.
 
 
 The last enhancements target the commandline compiler which can be used as
 The last enhancements target the commandline compiler which can be used as
 `amberc` (an executable script) or as a Grunt task.
 `amberc` (an executable script) or as a Grunt task.