Skip to content

Commit

Permalink
Update CHANGELOG for v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Apr 7, 2022
1 parent d400e39 commit 95c1b5d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and Yorkie adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

## [0.2.3] - 2022-04-07

### Changed

- Introduce named logging to separate logs by request or routine: #296
- Add missing serverSeq of change.ID in Protobuf: #f5a0c49
- Cache the key of RGATreeSplitNodeID to prevent instantiation: #306
- Cache the key of TimeTicket to prevent instantiation: #307

### Fixed

- Fix for use on Windows: #295
- Fix snapshot interval to make them trigger properly in memdb: #297
- Run tests using monkey patch only on amd64: #299
- Fix a warning that directory does not exist when running make proto: #c441b7b

## [0.2.2] - 2022-01-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
YORKIE_VERSION := 0.2.2
YORKIE_VERSION := 0.2.3

GIT_COMMIT := $(shell /usr/bin/git rev-parse --short HEAD)
GO_PROJECT = github.com/yorkie-team/yorkie
Expand Down

0 comments on commit 95c1b5d

Please sign in to comment.