Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
use date for deprecation break
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetracca committed Oct 18, 2017
1 parent b474f5c commit 37b81fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/release_notes/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ develop
* - |deprecated| |improved|
- ``SerializableTransactionManager`` is now created via an immutable builder instead of a long list of individual arguments. Use ``TransactionManagers.builder()``
to get the builder and once completely configured, build the transaction manager via the builder's ``.buildSerializable()`` method.
The existing ``create`` methods are deprecated and will be removed in a future 0.70 release.
The existing ``create`` methods are deprecated and will be removed by November 15th, 2017.
(`Pull Request <https://github.com/palantir/atlasdb/pull/2459>`__)

.. <<<<------------------------------------------------------------------------------------------------------------->>>>
Expand Down

0 comments on commit 37b81fc

Please sign in to comment.