From 8e69008699d20268956b6c9f3b2406e5d110c6d8 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Mon, 24 Jun 2019 16:00:21 +0200 Subject: [PATCH] Fill in the PR # in the changelog [ci skip] --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6a56325e..3754b010 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,7 +6,7 @@ Changelog Development =========== - (Fill this out as you fix issues and develop your features). -- BREAKING CHANGE: Drop support for positional arguments when instantiating a document. #? +- BREAKING CHANGE: Drop support for positional arguments when instantiating a document. #2103 - From now on keyword arguments (e.g. `Doc(field_name=value)`) are required. Changes in 0.18.1