Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Miya Chen <tailingchen@users.noreply.github.com>
  • Loading branch information
42bchen and tailingchen committed Mar 1, 2023
1 parent e07c4c5 commit bf6ba45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

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

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

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

0 comments on commit bf6ba45

Please sign in to comment.