Skip to content

Commit a80f095

Browse files
authored
Update CHANGELOG.md
1 parent 43cafd6 commit a80f095

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4-
## [0.1.12] - 2025-05-13
5-
### Changed
6-
- Add a new arity to `make-widget-async` to provide a different widget shape.
4+
## [0.1.15] - 2025-05-17
5+
### Fixes
6+
- rfx: [clear-subscription-cache! arity for specific RFX instance](https://github.com/factorhouse/rfx/commit/3880578adaf6df31cf386eca191336ec963dea50)
7+
- rfx: [dispatch-sync fn uses scoped registry](https://github.com/factorhouse/rfx/commit/cacc99ade6ee87f9cab0a7562f9e5a8fed1121d2)
78

8-
## [0.1.1] - 2025-01-09
9+
## [0.1.14] - 2025-05-15
910
### Changed
10-
- Documentation on how to make the widgets.
11-
12-
### Removed
13-
- `make-widget-sync` - we're all async, all the time.
14-
15-
### Fixed
16-
- Fixed widget maker to keep working when daylight savings switches over.
17-
18-
## 0.1.0 - 2025-01-09
19-
### Added
20-
- Files from the new template.
21-
- Widget maker public API - `make-widget-sync`.
11+
- Original release of RFX!

0 commit comments

Comments
 (0)