mirror of https://github.com/tidwall/tile38.git
1.33.1
This commit is contained in:
parent
193bce17c1
commit
4a1c800b0e
|
@ -2,6 +2,10 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [1.33.1] = 2024-07-02
|
||||||
|
### Fixed
|
||||||
|
- 193bce1: Fix followers not receiving channel messages #468 (@hibooboo2, @trendstate, @DoisKoh)
|
||||||
|
|
||||||
## [1.33.0] = 2024-05-03
|
## [1.33.0] = 2024-05-03
|
||||||
## Added
|
## Added
|
||||||
- #726: Add EXIST and FEXIST command (@Kilowhisky)
|
- #726: Add EXIST and FEXIST command (@Kilowhisky)
|
||||||
|
@ -11,7 +15,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- #741: FSET transforms field names to lowercase (@unendingblue, @iwpnd)
|
- #741: FSET transforms field names to lowercase (@unendingblue, @iwpnd)
|
||||||
- #736: Fix field floating point parsing misrepresentation (@Kilowhisky)
|
- #736: Fix field floating point parsing misrepresentation (@Kilowhisky)
|
||||||
|
|
||||||
|
|
||||||
## Updated
|
## Updated
|
||||||
- #733: golang.org/x/net
|
- #733: golang.org/x/net
|
||||||
- #724: google.golang.org/protobuf
|
- #724: google.golang.org/protobuf
|
||||||
|
|
Loading…
Reference in New Issue