瀏覽代碼

changelog

dsehnal 4 年之前
父節點
當前提交
3ab958a93c
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      CHANGELOG.md

+ 6 - 2
CHANGELOG.md

@@ -3,14 +3,18 @@ All notable changes to this project will be documented in this file, following t
 
 Note that since we don't clearly distinguish between a public and private interfaces there will be changes in non-major versions that are potentially breaking. If we make breaking changes to less used interfaces we will highlight it in here.
 
-
 ## [Unreleased]
+
+## [v2.0.3] - 2021-04-09
+### Added
+- Support for ``ColorTheme.palette`` designed for providing gradient-like coloring.
+
 ### Changed
 - [Breaking] The `zip` function is now asynchronous and expects a `RuntimeContext`. Also added `Zip()` returning a `Task`.
-- Add support for ``ColorTheme.palette`` designed for providing gradient-like coloring.
 - [Breaking] Add ``CubeGridFormat`` in ``alpha-orbitals`` extension.
 
 
+
 ## [v2.0.2] - 2021-03-29
 ### Added
 - `Canvas3D.getRenderObjects`.