-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f9556e
commit 0cfeff0
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,37 @@ | ||
Changelog for Nano | ||
|
||
0.06 2021-01-14T00:41:18 | ||
- Add release updates | ||
- Implement Nano::Stash (#29) | ||
|
||
0.05 2021-01-05T13:54:50 | ||
- Built release version 0.05 | ||
- Add release updates | ||
- Implement Nano::Env abstraction (#25) | ||
- Add convenience "hash" digest method (#22) | ||
|
||
0.04 2021-01-03T00:48:55 | ||
- Built release version 0.04 | ||
- Add release updates | ||
- Enable search results ordering (#19) | ||
- Ensure Nano::Search {first,last,next,prev} iterates (#18) | ||
- Ensure underlying domain is dropped (#17) | ||
- Refactor to use Zing::{KeyVal,Table} classes (#14) | ||
|
||
0.03 2020-12-31T18:36:56 | ||
- Built release version 0.03 | ||
- Add release updates | ||
- Prevent serialization of non-array/hash references (#10) | ||
- Implement entity reload method (#9) | ||
|
||
0.02 2020-12-30T21:14:03 | ||
- Built release version 0.02 | ||
- Add release updates | ||
- Update documentation (#5) | ||
|
||
0.01 2020-12-30T20:23:57 | ||
- Built release version 0.01 | ||
- Add release updates | ||
- Update distribution config | ||
- Initial implementation (#2) | ||
- Initial commit |