Skip to content

Commit 55e802a

Browse files
committed
Revert changelog changes so they can be automated.
1 parent bfd44ce commit 55e802a

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

CHANGELOG.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,36 @@
22

33
All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5-
## [2.3.0] - 2017-11-14
6-
### Added
7-
- Add `close` method to Ruby client to stop processing events
8-
- Add support for Redis feature store
9-
- Add support for LDD mode
10-
- Allow user to disable outgoing event stream.
11-
12-
### Changed
13-
- Stop retrying on 401 responses (due to bad sdk keys)
14-
155
## [2.2.7] - 2017-07-26
16-
### Changed
6+
## Changed
177
- Update Readme to fix instructions on installing gem using command line
188
- Cleaned up formatting on various files (Rubocop)
199
## [2.2.5] - 2017-05-08
20-
### Changed
10+
## Changed
2111
- Added proxy support to streaming and http connections. Respects `HTTP_PROXY` and `http_proxy` environment variables as well as the `:proxy => protocol://user:pass@host` configuration parameter.
2212

2313
## [2.1.5] - 2017-03-28
24-
### Changed
14+
## Changed
2515
- Updated changelog
2616

2717
## [2.1.1] - 2017-03-28
28-
### Changed
18+
## Changed
2919
- Bumped nio4r to 2.0
3020

3121
## [2.0.6] - 2017-02-10
32-
### Changed
22+
## Changed
3323
- Improved handling of http status codes that may not be integers.
3424

3525
## [2.0.5] - 2017-01-31
36-
### Changed
26+
## Changed
3727
- Improved error handling when connected to flag update stream.
3828

3929
## [2.0.3] - 2016-10-21
4030
## Fixed
4131
- Indirect stream events are now correctly processed
4232

4333
## [2.0.2] - 2016-08-08
44-
### Changed
34+
## Changed
4535
- The default logger now logs at `info` level
4636

4737
## [2.0.0] - 2016-08-08

0 commit comments

Comments
 (0)