Mercurial > p > roundup > code
diff CHANGES.txt @ 7885:10b633d6ad74
doc: update with fix for anydbm detection when backed by dumbdbm.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 18 Apr 2024 20:23:24 -0400 |
| parents | 77c109725a7e |
| children | f47b186a2ad9 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Apr 18 20:22:08 2024 -0400 +++ b/CHANGES.txt Thu Apr 18 20:23:24 2024 -0400 @@ -122,7 +122,8 @@ - Fix import/export on windows. Use unix line terminating characters. (John Rouillard) - Fix anydbm session/otks clear() method on windows when backed by - dumbdbm. (John Rouillard) + dumbdbm. Also make anydbm detect the initialized database when + using dumbdbm. (John Rouillard) Features:
