Updated CHANGELOGS & MD docs
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
"note": "Unit tests for MixinCumulativeRewards",
|
||||
"pr": 2316
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1573159180
|
||||
},
|
||||
{
|
||||
"version": "1.1.0-beta.0",
|
||||
|
||||
@@ -5,6 +5,17 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v1.1.0-beta.1 - _November 7, 2019_
|
||||
|
||||
* Add more overflow safeguards to `LibFixedMath` (#2255)
|
||||
* Refactored finalization state. (#2276)
|
||||
* Removed protocol fee != 0 assertion. (#2278)
|
||||
* Call `StakingProxy.assertValidStorageParams()` in `MixinParams.setParams()` (#2279)
|
||||
* The fallback function in `StakingProxy` reverts if there is no staking contract attached (#2310)
|
||||
* Fix overflow w/ `LibFixedMath._mul(-1, -2*255) (#2311)
|
||||
* Unit tests for MixinScheduler (#2314)
|
||||
* Unit tests for MixinCumulativeRewards (#2316)
|
||||
|
||||
## v1.1.0-beta.0 - _October 3, 2019_
|
||||
|
||||
* Created package (#1821)
|
||||
@@ -24,3 +35,10 @@ CHANGELOG
|
||||
* Introduce multi-block finalization. (#2155)
|
||||
* Removed reference counting for cumulative rewards. (#2188)
|
||||
* Removed explicit dependency on epoch+1 when delegating. (#2188)
|
||||
|
||||
## v1.1.0-beta.1 - _Invalid date_
|
||||
|
||||
* Removed handshake when adding maker to pool. (#2250)
|
||||
* Removed upper limit on number of makers in a pool. (#2250)
|
||||
* Removed operator permissions from makers. (#2250)
|
||||
* Pool Id starts at 1 and increases by 1. (#2250)
|
||||
|
||||
Reference in New Issue
Block a user