/ releasenotes / notes / fix-document-flatten-metadata-ef61dbbae08b1db7.yaml
fix-document-flatten-metadata-ef61dbbae08b1db7.yaml
1  ---
2  
3  preview:
4    - |
5      Fix a failure that occurred when creating a document passing the 'meta' keyword
6      to the constructor. Raise a specific ValueError if the 'meta' keyword is passed
7      along with metadata as keyword arguments, the two options are mutually exclusive
8      now.