Skip to content

Commit

Permalink
Add section for migrating to 2.0.0.M3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Mar 7, 2011
1 parent 228192d commit c16fd13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Expand Up @@ -521,6 +521,11 @@ Another difference is that ScalatraFilter matches routes relative to the WAR's c

## Migration Guide

### scalatra-2.0.0.M2 to scalatra-2.0.0.M3

Should be compatible. If it broke, please share your tale of woe on the
mailing list.

### scalatra-2.0.0.M1 to scalatra-2.0.0.M2

1. Session has been retrofitted to a Map interface. `get` now returns an option instead of the value.
Expand Down

0 comments on commit c16fd13

Please sign in to comment.