We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f2d62 commit 0db6a7dCopy full SHA for 0db6a7d
CHANGES.md
@@ -1,3 +1,12 @@
1
+## Changes in 0.6.2.dev4 (in dev)
2
+
3
+* Internal changes (do not include in final CHANGES.md):
4
+ - Fixed de-serialisation of objects for additional_properties = True
5
+ - Added VariableDescriptor.ndim property
6
+ - Warn, if additional properties passed to ctors
7
+ - Update of xcube generator NBs
8
9
10
## Changes in 0.6.2.dev3
11
12
* Introduced abstract base class `xcube.util.jsonschema.JsonObject` which
@@ -6,7 +15,7 @@
15
as JSON trees.
16
* `xcube gen2` CLI tool can now have multiple `-v` options, e.g. `-vvv`
17
will now output detailed requests and responses.
-* Added new Juypter notebooks in `examples/notebooks/gen2`
18
+* Added new Jupyter notebooks in `examples/notebooks/gen2`
19
for the _data cube generators_ in the package `xcube.core.gen2`.
20
21
0 commit comments