diff options
| author | Igor Minar | 2010-12-23 22:41:05 -0800 | 
|---|---|---|
| committer | Igor Minar | 2010-12-23 22:41:05 -0800 | 
| commit | 56eeba0f3c5acc8667147b4534e3c17b8ffe06b5 (patch) | |
| tree | 8d5fb9c096b9eb3215d8ae017de9c4d8c3568576 | |
| parent | 5a534235b61f5415023ca933a50ea800f8ec9219 (diff) | |
| download | angular.js-56eeba0f3c5acc8667147b4534e3c17b8ffe06b5.tar.bz2 | |
release notes for the 0.9.8 release
| -rw-r--r-- | CHANGELOG.md | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c911fe..63a9ad2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ -# <angular/> 0.9.8 astral-projection (in-progress) # +# <angular/> 0.9.8 astral-projection (2010-12-23) # + +### Docs/Getting started +- angular-seed project to get you hacking on an angular apps quickly +  https://github.com/angular/angular-seed + +### Performance +- Delegate JSON parsing to native parser (JSON.parse) if available  ### Bug Fixes  - Ignore input widgets which have no name (issue #153) +  # <angular/> 0.9.7 sonic-scream (2010-12-10) #  ### Bug Fixes  | 
