Skip to content

Commit

Permalink
docs: ✏️ changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
imrafaelmerino committed Feb 10, 2021
1 parent 0abf3b8 commit 65052da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .changelogrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app_name": "vertx-effect",
"branch" : "policy",
"branch" : "v3.0.1",
"repo_url": "",
"version_name" : "v3.0.1",
"file": "docs/CHANGELOG.md",
Expand Down
16 changes: 7 additions & 9 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# VERTX-EFFECT
## v3.0.1 ( Mon Feb 08 2021 20:06:32 GMT+0100 (Central European Standard Time) )
## v3.0.1 ( Wed Feb 10 2021 20:38:45 GMT+0100 (Central European Standard Time) )


## Refactor
- 💡 retryOnFailure -> repeat
([0abf3b81](https://github.com/imrafaelmerino/vertx-effect/commit/0abf3b8108af09a00925b36aeab7a3363ec07871))


## Refactor
- 💡 Val.succeed instead of Cons.success
- 💡 Val.fail instead of Cons.failure
- 💡 Val.effect instead of Cons.of
- 💡 Cons is private now
- 💡 Delay -> Timer

## Features
- 🎸 Clock class with monotonic and realTime lambdas

0 comments on commit 65052da

Please sign in to comment.