From 9512cbe270aa406b9dac2c01b11a6e8ad0020c3a Mon Sep 17 00:00:00 2001 From: Jose Duran Date: Thu, 10 Oct 2019 09:23:24 -0500 Subject: [PATCH] add changelog entry --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 1eec4fa..d0b74ad 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,9 @@ Unreleased (3.1.1) ======== +- @JoseD92 + - [#149](https://github.com/bitemyapp/esqueleto/pull/149): Added `upsert` support. + - @parsonsmatt - [#133](https://github.com/bitemyapp/esqueleto/pull/133): Added `renderQueryToText` and related functions.