lmdbal/CHANGELOG.md

38 lines
611 B
Markdown
Raw Normal View History

2023-04-14 14:44:46 +00:00
# Changelog
2023-08-15 18:48:19 +00:00
## LMDBAL 0.5.0 (UNRELEASED, 2023)
### New Features
- duplicates support
## LMDBAL 0.4.0 (August 13, 2023)
2023-08-15 18:48:19 +00:00
### New Features
- read only cursors
### Bug fixes
- possible cache unsync
2023-08-15 18:48:19 +00:00
- doxygen-awesome build bix
### Improvements
- some more documentation
- more tests
2023-08-15 18:48:19 +00:00
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
2023-08-15 18:48:19 +00:00
2023-04-14 14:44:46 +00:00
## LMDBAL 0.3.0 (April 12, 2023)
### New features
- transaction functions
### Improvements
- initial documentation
- cache unit testing
- transactions unit testing
- serialization unit testing