Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWilbur committed Aug 30, 2023
1 parent 61900a1 commit 0f90b84
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [8.0.0]

- 4x faster object identifier encoding and decoding
- Performance optimization to avoid repeatedly re-allocating byte arrays

This is only a breaking change because a few functions you probably shouldn't
use to begin with have been removed and some fields that were `public` have
become `private`. For normal usage of this library, this should still be a
drop-in replacement.

## [7.1.12]

- Fix bugs in decoding `UTCTime` and `GeneralizedTime`.
Expand Down

0 comments on commit 0f90b84

Please sign in to comment.