Skip to content

Commit

Permalink
Update YAF's change history and move 3.6.1 entries under 3.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Sep 17, 2012
1 parent 815250b commit e587a8d
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions src/app/HISTORY.md
Expand Up @@ -10,17 +10,6 @@ App Framework Change History
and handling, making it seamless to use a mixture of server and client
rendered views.

### Router

* Added support for route-based middleware to Router. The `route()` method now
accepts an arbitrary number of callbacks enabling more reuse of routing code.
For people familiar with Express.js' route middleware, this behaves the same.
[Ticket #2532620]


3.6.1
-----

### Model

* Added custom response parsing to ModelSync.REST to make it easy for developers
Expand All @@ -39,6 +28,13 @@ App Framework Change History
ModelList instance in the `items` property of the config object passed to
ModelList's constructor. This change also applies to LazyModelList.

### Router

* Added support for route-based middleware to Router. The `route()` method now
accepts an arbitrary number of callbacks enabling more reuse of routing code.
For people familiar with Express.js' route middleware, this behaves the same.
[Ticket #2532620]

### View

* Log a warning when a handler function is not present when a view's `events`
Expand Down

0 comments on commit e587a8d

Please sign in to comment.