Skip to content

Commit 85a2752

Browse files
committed
Updated Changelog
1 parent 53917ec commit 85a2752

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

CHANGELOG.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,31 @@ This project tries to adhere to [Semantic Versioning][2].
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- [invoke.hpp](https://github.com/BlackMATov/invoke.hpp/) dependency/Git submodule.
12+
- CI: build timeouts.
13+
- C++20 Support (#1235 by @KKQ-KKQ)
14+
15+
### Changed
16+
17+
- Refactor the messaging system
18+
Trading off complexity when parsing/replying to the messages for complexity
19+
in some templated and overloaded code blocks.
20+
- Truncate MIDI values when denormalizing (by @essej).
21+
- Improved note-on performance (#1232 by @KKQ-KKQ)
22+
- Updated abseil-cpp to 20240116.0.
23+
- Usual little CI improvements.
24+
25+
### Fixed
26+
27+
- Tweak SynthMessaging (#1241)
28+
- Fix a ModMatrix bug (#1242)
29+
- Fixed a bug that causes invalid effect output (#1243 by @KKQ-KKQ)
30+
931
## [1.2.3] - 2024-01-15
1032

11-
### Added
33+
### Added
1234

1335
- Support for curvecc opcodes on v1 EGs (@PythonBlue)
1436
- Support for `lotimer/hitimer` (@essej)
@@ -813,7 +835,8 @@ becoming a library to be used in other projects, plus a LV2 plugin.
813835
[1]: https://keepachangelog.com/en/1.0.0/
814836
[2]: https://semver.org/spec/v2.0.0.html
815837

816-
[Unreleased]: https://github.com/sfztools/sfizz/compare/1.2.2...HEAD
838+
[Unreleased]: https://github.com/sfztools/sfizz/compare/1.2.3...HEAD
839+
[1.2.3]: https://github.com/sfztools/sfizz/compare/1.2.2...1.2.3
817840
[1.2.2]: https://github.com/sfztools/sfizz/compare/1.2.1...1.2.2
818841
[1.2.1]: https://github.com/sfztools/sfizz/compare/1.2.0...1.2.1
819842
[1.2.0]: https://github.com/sfztools/sfizz/compare/1.1.1...1.2.0

0 commit comments

Comments
 (0)