Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jorabin committed Aug 22, 2023
1 parent 292db7f commit 4590548
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ testOutput
build
.vscode/*
*.versionsBackup
*/target
**/target

#settings.gradle
#gradlew
#gradlew.bat
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Trying to follow the suggestions at [Keep a Change Log](http://keepachangelog.com) and [Semantic Versioning](http://semver.org/spec/v2.0.0.html)

##[2.2.2]

### Added

- implementation of database using Jackson

##[2.2.1]

### Added
Expand Down Expand Up @@ -44,7 +50,7 @@ Trying to follow the suggestions at [Keep a Change Log](http://keepachangelog.co
- Various functionality for searching databases
- Recycle bin functionality
- An experimental implementation of [keepasshttp](https://github.com/pfn/keepasshttp/) see
[the readme](http/readme.md) for warnings, limitations, etc. about this.
[the readme](./readme.md) for warnings, limitations, etc. about this.

## [2.1.2] 2018-01-20

Expand Down
Loading

0 comments on commit 4590548

Please sign in to comment.