From 3b63aa45112563fd0c2f5ff86d24839273cb63d8 Mon Sep 17 00:00:00 2001 From: Alberto Villa Date: Thu, 28 Apr 2022 09:32:21 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8910a7f..69587b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased](https://github.com/facile-it/fortepiano/compare/v0.1.2...HEAD) + +### Changed + +- Rename `GeneratorL` module to `Yield`. +- Rename `struct` type to `Struct`. + +### Removed + +- Disable imports from `fortepiano/lib/*`. + ## [0.1.2](https://github.com/facile-it/fortepiano/compare/v0.1.1...v0.1.2) - 2022-04-29 ### Added