Commit c09f6ca 1 parent a746957 commit c09f6ca Copy full SHA for c09f6ca
File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
@@ -8,14 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
9
10
10
11
## [ 2.0.0-RC.1] - 2020-11-14
12
+
11
13
### Fixed
12
- - CheckRavenDbPolicy -> CheckRavenDbPolicyAsync (sync to async .. was ignoring exceptions getting thrown)
13
- - SetupRavenDbPolicyAsync -> SetupRavenDbPolicyAsync (sync to async .. was ignoring exceptions getting thrown)
14
+
15
+ - ` CheckRavenDbPolicy ` -> ` CheckRavenDbPolicyAsync ` (sync to async .. was ignoring exceptions getting thrown)
16
+ - ` SetupRavenDbPolicyAsync ` -> ` SetupRavenDbPolicyAsync ` (sync to async .. was ignoring exceptions getting thrown)
14
17
15
18
### Added
19
+
16
20
- Added Changelog.
17
- - Multi-Targetting NetStandard 2.0 and NET5.0
21
+ - Multi-Targetting NETStandard 2.0 and NET5.0
18
22
19
23
## [ 1.0.0] - 2020-11-03
24
+
20
25
### Added
21
- - Initial release.
26
+
27
+ - :rocket : Initial release.
You can’t perform that action at this time.
0 commit comments