Skip to content

Commit 53ab8ed

Browse files
committed
Remove duplicate entry from changelog
1 parent 134b111 commit 53ab8ed

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Changelog.md

-11
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ All notable changes to this project will be documented in this file.
2020
* Allow head requests to api (https://github.com/flippercloud/flipper/pull/759)
2121
* Cloud Telemetry alpha (https://github.com/flippercloud/flipper/pull/775).
2222

23-
### Breaking Changes
24-
25-
* Removed top level `Flipper.bool`, `Flipper.actors`, `Flipper.time`, `Flipper.actor`, `Flipper.percentage_of_actors`, `Flipper.time`, and `Flipper.percentage_of_time`. Also removed correlated Flipper::DSL instance method. They conflict with some new expression stuff and are rarely if ever used. If you are using them, you can migrate via a search and replace like so:
26-
* Change Flipper.bool => Flipper::Types::Boolean.new
27-
* Change Flipper.boolean => Flipper::Types::Boolean.new
28-
* Change Flipper.actor => Flipper::Types::Actor.new
29-
* Change Flipper.percentage_of_actors => Flipper::Types::PercentageOfActors.new
30-
* Change Flipper.actors => Flipper::Types::PercentageOfActors.new
31-
* Change Flipper.percentage_of_time => Flipper::Types::PercentageOfTime.new
32-
* Change Flipper.time => Flipper::Types::PercentageOfTime.new
33-
3423
## 1.0.0
3524

3625
### Additions/Changes

0 commit comments

Comments
 (0)