We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafa40d commit 94d8ad6Copy full SHA for 94d8ad6
doc/source/changelog.rst
@@ -3,6 +3,17 @@
3
Change log
4
==========
5
6
+v0.13
7
+-----
8
+
9
+- Document options for avoiding deadlocks when simultaneously reading/writing
10
+ to a db on disk (fixes `#227
11
+ <https://github.com/daler/gffutils/issues/227>`__).
12
+- Support later versions of BioPython (fixes `#228
13
+ <https://github.com/daler/gffutils/issues/228>`__).
14
+- Drop support for Python 3.7 and unused ``six`` dependency; support Python
15
+ 3.11 and 3.12 (fixes `#223 <https://github.com/daler/gffutils/issues/223>`__)
16
17
v0.12
18
-----
19
0 commit comments