Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Jun 27, 2014
1 parent 19a2fdb commit 0d610e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@

###Upgrade notes###
The individual config parameters for the CLI client and the Servlet were removed in favor of the new [JSON config
file](https://github.com/netceteragroup/valdr-bean-validation/blob/master/valdr-bean-validation-demo/src/main
/resources/valdr-bean-validation.json). Besides being a lot more concise and easier to handle this gives you the
file](https://github.com/netceteragroup/valdr-bean-validation/blob/master/valdr-bean-validation-demo/src/main/resources/valdr-bean-validation.json). Besides being a lot more concise and easier to handle this gives you the
comfort of using the exact same config file for both CLI client and the Servlet.

- The CLI client now accepts a `-cf` argument to define the path to JSON configuration file. If omitted
`valdr-bean-validation.json` is expected at root of class path.
- The Servlet can be configured the same way using a `configFile` init parameter.

## 1.0.0 - 2014-06-04
- first official release
- first official release

0 comments on commit 0d610e7

Please sign in to comment.