From 8ad45a40eb1dd547332769ff41135adc4d37d660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 4 Aug 2022 16:44:48 +0200 Subject: [PATCH] Add CHANGELOG.md file --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..3bde8c10 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Flamenco Change Log + +This file contains the history of changes to Flamenco. Only changes that might +be interesting for users are listed here, such as new features and fixes for +bugs in actually-released versions. + +## 3.0-beta2 - in development + +- Manager & Add-on: avoid error that could occur when submitting jobs with UDIM files + ([44ccc6c3ca70](https://developer.blender.org/rF44ccc6c3ca706fdd268bf310f3e8965d58482449)). +- Manager: don't stop when the Flamenco Setup Assistant cannot start a webbrowser + ([7d3d3d1d6078](https://developer.blender.org/rF7d3d3d1d6078828122b4b2d1376b1aaf2ba03b8b)). + +## 3.0-beta1 - released 2022-08-03 + +This was the first version of Flamenco to be released to the public, and thus it +serves as the starting point for this change log.