Skip to content

Commit a3482b3

Browse files
committed
Update release notes for 4.0.0
1 parent b9704bb commit a3482b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/release_notes.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
Release Notes
22
=============
33

4-
v4.0.0b3
4+
v4.0.0
55
--------
66

77
:date: 2019-04-10
88

9-
NB: This is a beta release and these notes are subject to change.
10-
119
This is major release and contains breaking changes. Please read the notes below carefully.
1210

1311
**Requests Removal**
@@ -52,7 +50,8 @@ attribute names. Also keep an eye out for kwargs like ``user_id__eq=5`` or ``ema
5250

5351
New features in this release:
5452

55-
* Support for Transactions (``TransactGet`` and ``TransactWrite``) (#618)
53+
* Support for transactions (``TransactGet`` and ``TransactWrite``) (#618)
54+
* Support for versioned optimistic locking (#664)
5655

5756
Other changes in this release:
5857

@@ -63,6 +62,7 @@ Other changes in this release:
6362
* The ``MapAttributeMeta`` class has been removed. Now ``type(MapAttribute) == AttributeContainerMeta``.
6463
* Removed ``LegacyBooleanAttribute`` and the read-compatibility for it in ``BooleanAttribute``.
6564
* `None` can now be used to bootstrap condition chaining (#653)
65+
* Allow specifying timedeltas in expressions involving TTLAttributes (#665)
6666

6767

6868
v3.4.1

pynamodb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"""
88
__author__ = 'Jharrod LaFon'
99
__license__ = 'MIT'
10-
__version__ = '4.0.0b3'
10+
__version__ = '4.0.0'

0 commit comments

Comments
 (0)