From 11cb35fe0d762748be0870ff23b55360d8ef5916 Mon Sep 17 00:00:00 2001 From: Donovan Lambert Date: Sat, 27 May 2017 01:32:29 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b8e18..3fad031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.1.0 (unreleased) +## 0.1.0 (2017-05-27) - Add `Pdfkiwi.convertHtml()` method (allowing to convert html string to pdf). - Add `saveToFile()` utility method (allowing to save the return of `Pdfkiwi.convertHtml()` in a file). - Add `sendHttpResponse()` utility method (allowing to return the generated PDF in an HTTP response).