Skip to content

Commit ac0a607

Browse files
committed
Add changlog for verion 0.2.0 in README.md
1 parent c4887a9 commit ac0a607

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,14 @@ There are currently two examples shipped with PickleDB:
5252
* [Hello World](https://github.com/seladb/pickledb-rs/tree/master/examples/hello_world) which shows the basic usage of PickleDB:
5353
create a new DB, load a DB from file, get/set key-value pairs of different types, and more
5454
* [Lists](https://github.com/seladb/pickledb-rs/tree/master/examples/lists) which shows how to use lists in PickleDB:
55-
create new lists, add/remove items from lists, retrieve items from lists, remove lists, and more
55+
create new lists, add/remove items from lists, retrieve items from lists, remove lists, and more
56+
57+
## Changelog
58+
59+
__Version 0.2.0__
60+
61+
* Dump the DB to file in a crash-safe manner using a temp file (Thanks jamwt from Reddit
62+
for the tip: https://www.reddit.com/r/rust/comments/agumun/check_out_pickledb_a_lightweight_and_simple/ee987j0)
63+
* Extend lists became easier and multiple calls to lcreate(), ladd() and lextend() can be chained
64+
* Added an iterator over keys and values in the DB
65+
* Added an iterator over items in a list

0 commit comments

Comments
 (0)