Skip to content

Commit 0c895d1

Browse files
authored
Some release note improvements (#2775)
* Fix release note filename * Split big release note into lots of smaller ones * Fix code syntax
1 parent b5016c0 commit 0c895d1

15 files changed

+15
-13
lines changed
File renamed without changes.

changes/2693.bugfix.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Match the errors raised by read only stores in StoreTests.

changes/2693.bugfix.2.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use stdout rather than stderr as the default stream for LoggingStore.

changes/2693.bugfix.3.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ensure that ZipStore is open before getting or setting any values.

changes/2693.bugfix.4.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update equality for LoggingStore and WrapperStore such that 'other' must also be a LoggingStore or WrapperStore respectively, rather than only checking the types of the stores they wrap.

changes/2693.bugfix.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

changes/2693.feature.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Implemented open() for LoggingStore.

changes/2693.feature.2.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LoggingStore is now a generic class.

changes/2693.feature.3.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Change StoreTest's ``test_store_repr``, ``test_store_supports_writes``,
2+
``test_store_supports_partial_writes``, and ``test_store_supports_listing``
3+
to to be implemented using ``@abstractmethod``, rather raising ``NotImplementedError``.

changes/2693.feature.4.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Separate instantiating and opening a store in StoreTests.

0 commit comments

Comments
 (0)