Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
1.9-SNAPSHOT now links to release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rktoomey committed Jun 25, 2012
1 parent b0ba3f8 commit 824dc50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -26,14 +26,15 @@ Available for Scala 2.8.1, 2.9.1 and 2.9.2.

"com.novus" %% "salat" % "0.0.8"

[Release Notes](http://notes.implicit.ly/post/25793638048/salat-0-0-8)

## Snapshot

[![Build Status](https://secure.travis-ci.org/novus/salat.png)](http://travis-ci.org/novus/salat) Available for Scala 2.9.1 and 2.9.2.

"com.novus" %% "salat" % "1.9-SNAPSHOT"

- Casbah support has been upgraded to [2.3.0](http://notes.implicit.ly/post/25727213706/casbah-2-3-0)
- global `Context` now defaults to When Necessary [type hinting][typehint] using a type hint field of `_typeHint` (see How to create a [custom Salat context][custom-context] for more information.)
[Release Notes](https://github.com/novus/salat/blob/master/notes/1.9.0.markdown)

## Play 2 plugin

Expand Down Expand Up @@ -74,5 +75,4 @@ Details are thin on the ground, but here's where we got started:
[play-salat]: https://github.com/novus/salat/wiki/SalatWithPlay2
[play-salat-plugin]: https://github.com/leon/play-salat
[sid10]: http://www.scala-lang.org/sid/10
[typehint]: https://github.com/novus/salat/wiki/TypeHints
[custom-context]: https://github.com/novus/salat/wiki/CustomContext
[typehint]: https://github.com/novus/salat/wiki/TypeHints
5 changes: 4 additions & 1 deletion notes/1.9.0.markdown
@@ -1,3 +1,6 @@
Features new in Salat 1.9.0 include:

- Casbah support has been upgraded to [2.3.0](http://notes.implicit.ly/post/25727213706/casbah-2-3-0)
- Casbah support has been upgraded to [2.3.0](http://notes.implicit.ly/post/25727213706/casbah-2-3-0)
- global `Context` now defaults to When Necessary [type hinting][typehint] using a key of `_typeHint` (To change this default,
create a [custom Salat context](https://github.com/novus/salat/wiki/CustomContext).)

0 comments on commit 824dc50

Please sign in to comment.