From 8052d61c50f77f3d6dc468f421062e290afe5fcb Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Fri, 31 Jul 2015 12:34:53 -0600 Subject: [PATCH] add change to servant-js CHANGELOG.md --- servant-js/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant-js/CHANGELOG.md b/servant-js/CHANGELOG.md index 2c115a02..7290ac22 100644 --- a/servant-js/CHANGELOG.md +++ b/servant-js/CHANGELOG.md @@ -1,6 +1,6 @@ HEAD ---- - +* Update `instance HasJS Raw` for servant Raw changes * Provide new targets for code generation along with the old jQuery one: vanilla Javascript and Angular.js * Greatly simplify usage of this library by reducing down the API to just 2 functions: `jsForAPI` and `writeJSForAPI` + the choice of a code generator * Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators