Skip to content

Commit

Permalink
Updates change log
Browse files Browse the repository at this point in the history
  • Loading branch information
openaphid committed May 8, 2012
1 parent c376b31 commit e0a6660
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions PreBuild/Runtime.release.md
@@ -1,9 +1,9 @@
## 0.1.1 (2012-05-06)

- Adds a new constructor function to Color: `new Color(color, [alpha])`
- Supports multiple touch: adds `multipleTouchEnabled` attribute to `Director`
- Supports multitouch events: adds `multipleTouchEnabled` attribute to `Director`
- Adds `userInteractionEnabled` attribute to Node
- Fixes the incorrect value of event.touches in `ontouchend` callback
- Fixes incorrect values of `event.touches` and `event.targetTouches` in `ontouchend` callback
- Adds a new constructor function to Color: `new Color(color, [alpha])`

## 0.1 (2012-04-30)

Expand Down
6 changes: 3 additions & 3 deletions Runtime.release.md
@@ -1,9 +1,9 @@
## 0.1.1 (2012-05-06)

- Adds a new constructor function to Color: `new Color(color, [alpha])`
- Supports multiple touch: adds `multipleTouchEnabled` attribute to `Director`
- Supports multitouch events: adds `multipleTouchEnabled` attribute to `Director`
- Adds `userInteractionEnabled` attribute to Node
- Fixes the incorrect value of event.touches in `ontouchend` callback
- Fixes incorrect values of `event.touches` and `event.targetTouches` in `ontouchend` callback
- Adds a new constructor function to Color: `new Color(color, [alpha])`

## 0.1 (2012-04-30)

Expand Down

0 comments on commit e0a6660

Please sign in to comment.