You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.11.3] - 2023-01-30
9
+
10
+
This is a backwards-compatible release; thus no removals or breaking changes.
11
+
12
+
### Added
13
+
14
+
- RPC modes are now supported for properties: `#[property(rpc = "mode")]`. (#1006)
15
+
16
+
### Changed
17
+
18
+
- Specialized pool array aliases such as `PoolByteArray` are now deprecated and will be removed in the next version. Use `PoolArray<u8>` instead. (#1007)
19
+
20
+
### Fixed
21
+
22
+
- Types with one-way conversions can now be exposed through the `#[property]` attribute. (#1013)
23
+
-`FromVariant` for marker types should no longer fail in the fringe case where null object variants are explicitly used. (#1012)
24
+
8
25
## [0.11.2] - 2023-01-09
9
26
10
27
This is a hot-fix release for a high priority issue.
0 commit comments