Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed May 10, 2011
1 parent 9a29e25 commit e3b0a6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@
CHANGE LOG FOR 1.6
==================

1.6.0.beta.2
------------
* Allow native touch scrolling inside an SC.TemplatePane.
* Add SC.Button template control.
* Created SC.TextField and SC.Checkbox views to eventually replace the *Support mixins.


1.6.0.beta.1
------------
* Bugfixes to synchronization between SproutCore RecordArray/ManyArray/ChildArray and TemplateCollectionView
Expand Down
4 changes: 2 additions & 2 deletions frameworks/runtime/core.js
Expand Up @@ -36,7 +36,7 @@ if (typeof console === 'undefined') {
// rest of the methods go into the mixin defined below.

/**
@version 1.6.0.beta.1
@version 1.6.0.beta.2
@namespace
All SproutCore methods and functions are defined
Expand All @@ -57,7 +57,7 @@ if (typeof console === 'undefined') {
window.SC = window.SC || {} ;
window.SproutCore = window.SproutCore || SC ;

SC.VERSION = '1.6.0.beta.1';
SC.VERSION = '1.6.0.beta.2';

/**
@private
Expand Down

0 comments on commit e3b0a6a

Please sign in to comment.