We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c0307 commit 32647deCopy full SHA for 32647de
1 file changed
CHANGELOG.md
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [Unreleased]
9
+
10
+### Added
11
12
+- Added CI workflow to run tests against supported Elixir versions
13
14
+### Changed
15
16
+- Updated minimum supported Elixir version to v1.12
17
+ - While the library may work with older versions, StreamData supports a
18
+ minimum of v1.12, so it would be missing the property tests
19
20
+### Fixed
21
22
+- Updated timestamp decoding to be backwards-compatible with Elixir v1.12
23
24
## [v1.0.2] - 2025-08-06
25
26
### Fixed
0 commit comments