Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jlangch/venice.git
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Sep 16, 2023
2 parents bd1390b + 6f4f805 commit d034502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.

### Enhanced

- the functions `time/plus` and `time/minus` to accept `:java.time.Period` and `:java.time.Duration` as the amount of time to add or subtract
- the functions `time/plus` and `time/minus` to accept `:java.time.Period` and `:java.time.Duration` too as the amount of time to add or subtract



Expand All @@ -32,7 +32,7 @@ Venice supports the most used docker commands:
- docker images, docker rmi, docker image prune/rm/pull
- docker run/ps/start/stop/cp/exec/diff/logs/pause/unpause/wait/prune
- docker volume list/create/rm/exists
- functions `var-sym-meta` and `var-val-meta` to access the meta data of the symbol add the value of a var.
- functions `var-sym-meta` and `var-val-meta` to access the meta data of the symbol and of the value of a var.


### Fixed
Expand Down

0 comments on commit d034502

Please sign in to comment.