Skip to content

Commit 5de98df

Browse files
committed
Update changelog for v0.2.4 release
1 parent 31ac752 commit 5de98df

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]:
8+
9+
## [0.2.4] - 2019-02-10
10+
### Added
811
- Added `ToMut` trait, which allows borrowing mutably from a Coproduct or HList.
9-
- Allow `#[derive(LabelledGeneric)]` on tuple structs
10-
- Add `Path` model and `PathTraverser` trait, which allows for composable lens-like-usage
11-
- Make macros call themselves recursively with `$crate::`
12+
- Added support for `#[derive(LabelledGeneric)]` on tuple structs
13+
- Added `Path` model and `PathTraverser` trait, which allows for composable lens-like-usage
14+
15+
### Changed
16+
- Make macros call themselves recursively with `$crate::`
17+
18+
## [0.2.3]
19+
- Skipped due to [release mis-steps](https://github.com/lloydmeta/frunk/pull/150#issue-251682325)
1220

1321
## [0.2.2] - 2018-10-21
1422
- Added support for [transmogrifying (recursively sculpting)](https://docs.rs/frunk/0.2.2/frunk/labelled/trait.Transmogrifier.html) one data type into another

0 commit comments

Comments
 (0)