Skip to content

Commit bf6ba45

Browse files
42bchentailingchen
andcommitted
Update CHANGELOG.md
Co-authored-by: Miya Chen <tailingchen@users.noreply.github.com>
1 parent e07c4c5 commit bf6ba45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10-
## [0.6.2] - TBD
10+
## [0.6.2] - 2023-03-01
1111
- `observations` extends to `1800` at `CumulativeTwap.sol` to support extreme circumstance.
1212
- To better enhance above performance, we introduce binary search mimicked from https://github.com/Uniswap/v3-core/blob/05c10bf/contracts/libraries/Oracle.sol#L153.
1313
- Remove `CT_NEH` from `CumulativeTwap.sol`. Won't be calculated if so. Simply return latest price at `CachedTwap.sol`.
1414
- Fix imprecise TWAP calculation when historical data is not enough at `CumulativeTwap.sol`. Won't be calculated if so.
1515

16-
## [0.6.1] - TBD
16+
## [0.6.1] - 2023-03-01
1717
- Fix cachedTwap won't be updated when latest updated timestamp not changed
1818

19-
## [0.6.0] - TBD
19+
## [0.6.0] - 2023-03-01
2020
### Added
2121
- Add `ChainlinkPriceFeedV3.sol` with better error handling when Chainlink is broken.
2222
- Add `PriceFeedDispatcher.sol`, a proxy layer to fetch Chainlink or Uniswap's price.

0 commit comments

Comments
 (0)