lmdbal/CHANGELOG.md

29 lines
516 B
Markdown
Raw Normal View History

2023-04-14 14:44:46 +00:00
# Changelog
## LMDBAL 0.4.0 (August 13, 2023)
### Bug fixes
- possible cache unsync
### Improvements
- read only cursors
- some more documentation
- more tests
2023-08-13 17:53:07 +00:00
- doxygen-awesome build bix
2023-04-14 14:44:46 +00:00
## LMDBAL 0.3.1 (April 14, 2023)
### Bug fixes
- build with qt5 now is possible again
### Improvements
- exception documentation
## LMDBAL 0.3.0 (April 12, 2023)
### New features
- transaction functions
### Improvements
- initial documentation
- cache unit testing
- transactions unit testing
- serialization unit testing