1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Update CHANGELOG.md

This commit is contained in:
Ivar 2017-02-11 11:43:37 +01:00 committed by Ivar Conradi Østhus
parent dc9b0109f5
commit 59d3e085a8

View File

@ -1,5 +1,18 @@
# Changelog
## 2.1.0
- Provide a set of defined activation strategies:
- applicationHostname
- gradualRolloutRandom
- gradualRolloutSessionId
- gradualRolloutUserId
- remoteAddress
- userWithId
## 2.0.4
- bump unleash-frontend which includes a lot of UI improvements and bug-fixes.
- Fix error message when trying to create a archived feature toggle.
## 2.0.0 (January 2017)
- Support multiple strategies. This makes it easy to use multiple activation strategies in combination.