Skip to content

Commit 9dfbc4e

Browse files
committed
Write changelog
1 parent f1d36b5 commit 9dfbc4e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
825
## [0.11.2] - 2023-01-09
926

1027
This is a hot-fix release for a high priority issue.

0 commit comments

Comments
 (0)