From 31ece6d10081f6cf7889099de5cd5e5b5d446257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lafr=C3=A9choux?= Date: Sun, 26 Apr 2020 19:01:19 +0200 Subject: [PATCH] Update HISTORY.rst --- HISTORY.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 82823365..7d4ff537 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,17 @@ History ======= +3.0.0b4 (unreleased) +-------------------- + +Features: + +* *Backwards-incompatible*: Remove partial load feature (see #256). +* *Backwards-incompatible*: Add ``Document.pk_field`` and remove + ``BaseDataProxy.*_by_mongo_name methods`` (see #257). +* *Backwards-incompatible*: Raise AlreadyCreatedError when modifying pk of + created document (see #258). + 3.0.0b3 (2020-04-26) --------------------