Skip to content

Commit

Permalink
moved changelog to a standalone file
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen committed Jul 19, 2011
1 parent 0faf303 commit 1461dbf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Expand Up @@ -45,18 +45,4 @@ You will need showdown and mustache to rebuild the documentations.

# Changelog

## 1.0.3

Added `Async.collect` for parallel operations.

## 1.0.2

Redesign `...` (aka `Overload.More`) usage to make it work like CoffeeScript's.

## 1.0.1

Added `Async.instant` as a short-cut to `Async.wait(0, content)`.

## 1.0

First stable release.
See the [changelog](https://github.com/CatChen/jsHelpers/blob/master/changelog.md) file.
17 changes: 17 additions & 0 deletions changelog.md
@@ -0,0 +1,17 @@
# Changelog

## 1.0.3

Added `Async.collect` for parallel operations.

## 1.0.2

Redesign `...` (aka `Overload.More`) usage to make it work like CoffeeScript's.

## 1.0.1

Added `Async.instant` as a short-cut to `Async.wait(0, content)`.

## 1.0

First stable release.

0 comments on commit 1461dbf

Please sign in to comment.