We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8327dcd commit f3b0e79Copy full SHA for f3b0e79
1 file changed
CHANGELOG.adoc
@@ -1,5 +1,11 @@
1
= Changelog
2
3
+== 1.38.0 (unreleased)
4
+
5
+* **[Rust]** Generated encoders now produce fluent interface. (https://github.com/aeron-io/simple-binary-encoding/pull/1097[#1097])
6
+* **[Rust]** Updated some function to `const`. (https://github.com/aeron-io/simple-binary-encoding/pull/1098[#1098])
7
+* **[Rust]** Updated generator to correctly limit length of var data written. (https://github.com/aeron-io/simple-binary-encoding/pull/1096[#1096])
8
9
== 1.37.1 (2026-01-13)
10
* **[Java]** Ensure Java code generation for precedence checks always produces the same code without re-orderings.
11
* **[Java]** Upgrade to `Shadow` 9.3.1.
0 commit comments