public
Rubygem
Description: JSON Web App Framework
Homepage: http://halcyon.rubyforge.org/
Clone URL: git://github.com/mtodd/halcyon.git
Click here to lend your support to: halcyon and make a donation at www.pledgie.com !
Updated the CHANGELOG in preparation of the Halcyon 0.5.4 release.
mtodd (author)
Thu Sep 18 23:22:10 -0700 2008
commit  9af18c375a4dfaca8fa66de69e96ce98649acae5
tree    30d55844f2fe83ad60773d382b272d8ab96b0236
parent  e32e2c11efd76730ddffd1749326310781d29238
...
1
 
2
3
 
 
4
5
6
...
 
1
2
3
4
5
6
7
8
0
@@ -1,6 +1,8 @@
0
-== 0.5.4 TBD
0
+== 0.5.4 2008-09-19
0
 * added Rack middleware for application/json POST body content–types [#61]
0
 * allow client to set Content-Type and format body correctly [#61 resolved]
0
+* clients now prefer application/json (via Accept) [#62 resovled]
0
+* controllers can be nested deeply in modules [#63 resolved]
0
 
0
 == 0.5.3 2008-08-28
0
 * added specs for edge cases with malformed URLs [#59 invalid]

Comments