release notes for the 0.9.8 release

This commit is contained in:
Igor Minar 2010-12-23 22:41:05 -08:00
parent 5a534235b6
commit 56eeba0f3c

View file

@ -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