Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManifolds authored Apr 7, 2024
1 parent e16e02b commit bc0aad2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,30 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.3.0] 2024-04-04]
## [v2.1.0] 2024-04-04]

### Changes

- Updated the names of error values in Go to fit with Go's standard code-style conventions

## [v1.2.2] - 2024-03-26
## [v2.0.2] - 2024-03-26

### Fixes

- Fixed a bug in Polyglot Go where the capacity of the buffer would not grow properly resulting in silent short writes and corrupted data

## [v1.2.1] - 2024-03-12
## [v2.0.1] - 2024-03-12

### Changes

- Made Buffer.Grow() in the Polyglot Go library public

## [v1.2.0] - 2024-03-14
## [v2.0.0] - 2024-03-14

### Changes

- Significant performance improvements for the Golang implementation
This update makes necessary changes to the public interface of the library to accomplish this

## [v1.1.4] - 2023-10-12

Expand Down

0 comments on commit bc0aad2

Please sign in to comment.