Skip to content

Commit

Permalink
Updating CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshVij committed Aug 26, 2023
1 parent 91589ea commit 870bd1d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.7.2] - 2023-08-26

### Features

- Added `StartWithListener` function to start a server with a custom listener ([#155](https://github.com/loopholelabs/frisbee-go/issues/155))

### Fixes

- Fixed [Issue #160](https://github.com/loopholelabs/frisbee-go/issues/160) where the `server` would not properly return from handling packets when the concurrency value was > 1
- Fixed a bug where the `server` would not properly return from handling packets when the concurrency value was > 1 ([#160](https://github.com/loopholelabs/frisbee-go/issues/160))

### Changes

Expand All @@ -26,10 +32,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.7.1] - 2022-12-01

### Features

- Added `StartWithListener` function to start a server with a custom listener ([#155](https://github.com/loopholelabs/frisbee-go/issues/155))

### Fixes

- StreamHandlers would not be registered when calling `ServeConn` because they were created during a `server.Start`
Expand Down Expand Up @@ -361,7 +363,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Initial Release of Frisbee

[unreleased]: https://github.com/loopholelabs/frisbee/compare/v0.7.1...HEAD
[unreleased]: https://github.com/loopholelabs/frisbee/compare/v0.7.2...HEAD
[v0.7.2]: https://github.com/loopholelabs/frisbee/compare/v0.7.1...v0.7.2
[v0.7.1]: https://github.com/loopholelabs/frisbee/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/loopholelabs/frisbee/compare/v0.6.0...v0.7.0
[v0.6.0]: https://github.com/loopholelabs/frisbee/compare/v0.5.4...v0.6.0
Expand Down

0 comments on commit 870bd1d

Please sign in to comment.