From 2769967e1e3390d1c99bd666f846a3fbaa0061c2 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Thu, 27 Jun 2019 17:41:29 +0200 Subject: [PATCH] Update the changelog [ci skip] --- docs/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index b30bd52f..d053a8db 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,8 +6,10 @@ Changelog Development =========== - (Fill this out as you fix issues and develop your features). -- BREAKING CHANGE: Drop support for positional arguments when instantiating a document. #2103 +- BREAKING CHANGE: Positional arguments when instantiating a document are no longer supported. #2103 - From now on keyword arguments (e.g. `Doc(field_name=value)`) are required. +- The codebase is now formatted using `black`. #2109 +- `ListField` now accepts an optional `max_length` parameter. #2110 Changes in 0.18.2 =================