diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5f67b..24dd4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,7 @@ ###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 @@ -22,4 +21,4 @@ comfort of using the exact same config file for both CLI client and the Servlet. - The Servlet can be configured the same way using a `configFile` init parameter. ## 1.0.0 - 2014-06-04 -- first official release \ No newline at end of file +- first official release