Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 469 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 469 Bytes

CHANGELOG for mock_redis_lua_extension

Inspired by Keep a Changelog.

Note: this project adheres to Semantic Versioning.

[0.3.0] - 2024-10-15

Changed

  • Use Digest::SHA1 instead of Digest::SHA256 for hex_digest.

[0.2.0] - 2023-05-16

Fixed

  • Lua Numbers without decimals will now be converted to integer strings.

Added

  • Added PUBLISH to allowable function calls.