Skip to content

Commit

Permalink
made spacing in the release notes consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
jodok authored and mergify[bot] committed Mar 19, 2019
1 parent 19555b7 commit 914c58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blackbox/docs/appendices/release-notes/3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Changes
``key_column_usage``, ``columns``, and ``tables`` to be SQL compliant.

- Arrays can now contain mixed types if they're safely convertible. JSON
libraries tend to encode values like ``[ 0.0, 1.2]`` as ``[ 0, 1.2 ]``, this
libraries tend to encode values like ``[0.0, 1.2]`` as ``[0, 1.2]``, this
caused an error because of the strict type match we enforced before.

- Implemented ``constraint_schema`` and ``table_schema`` in
Expand Down

0 comments on commit 914c58a

Please sign in to comment.