Skip to content

Commit b5d504a

Browse files
committed
MONGOID-5222 add another case to release notes
1 parent c01c994 commit b5d504a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/release-notes/mongoid-8.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ functionality:
8686
| | respond to ``to_a``: | | |
8787
| | ``1..3``, ``{ x: 1 }`` | | |
8888
+--------------+------------------------+------------------------+-------------------+
89+
| Array/Set | When a value that is | raise ``InvalidValue`` | return ``nil`` |
90+
| | not an array or set is | error | |
91+
| | assigned, and does NOT | | |
92+
| | respond to ``to_a``: 1 | | |
93+
+--------------+------------------------+------------------------+-------------------+
8994
| All Other | When an uncastable | undefined behavior, | return ``nil`` |
9095
| Types | value is assigned | occasionally raises | |
9196
| | | ``NoMethodError`` | |

0 commit comments

Comments
 (0)