Skip to content

Commit 284973c

Browse files
committed
convert release_notes to changelog
1 parent 8493c57 commit 284973c

2 files changed

Lines changed: 26 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [0.1.0] - 2017-03-17
9+
10+
## [0.2.2] - 2019-10-02
11+
12+
### Changed
13+
- MINOR: Adds ArrayPool for lower GC pressure. Netstandard2.1 only
14+
15+
## [0.2.1] - 2019-09-12
16+
17+
### Changed
18+
- MINOR: Replace Memorystream with RecyclableMemoryStream to help reduce Large Object Heap allocations (https://github.com/TheAngryByrd/FSharp.Control.WebSockets/pull/3)
19+
- MINOR: Adding Benchmarks (https://github.com/TheAngryByrd/FSharp.Control.WebSockets/pull/3)
20+
21+
## [0.2.0] - 2019-05-24
22+
23+
### Added
24+
- Doc Comments for all public functions
25+
### Changed
26+
- BREAKING: API Changes
27+
28+
29+
## [0.1.2] - 2019-05-23
30+
### Changed
31+
- Update Nuget Description
32+
33+
## [0.1.1] - 2019-05-23
1034
First release
1135

1236
### Added
13-
- This release already has lots of features
37+
- Initial Release
1438

1539
[0.1.0]: https://github.com/user/MyCoolNewLib.git/releases/tag/v0.1.0

RELEASE_NOTES.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)