Skip to content

Commit b324325

Browse files
committed
MM small PR fixes
1 parent c146605 commit b324325

File tree

4 files changed

+12
-56
lines changed

4 files changed

+12
-56
lines changed

source/includes/mongodb-compatibility-table-ruby.rst

Lines changed: 6 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -9,58 +9,16 @@
99
- MongoDB 6.0
1010

1111
* - 2.21
12-
- |checkmark|
13-
- |checkmark|
14-
- |checkmark|
12+
-
13+
-
14+
-
1515

1616
* - 2.19 to 2.20
1717
-
18-
- |checkmark|
19-
- |checkmark|
18+
-
19+
-
2020

2121
* - 2.18
2222
-
2323
-
24-
- |checkmark|
25-
26-
* - 2.17
27-
-
28-
-
29-
-
30-
31-
* - 2.16
32-
-
33-
-
34-
-
35-
36-
* - 2.14 to 2.15
37-
-
38-
-
39-
-
40-
41-
* - 2.13
42-
-
43-
-
44-
-
45-
46-
* - 2.12
47-
-
48-
-
49-
-
50-
51-
* - 2.11
52-
-
53-
-
54-
-
55-
56-
* - 2.10
57-
-
58-
-
59-
-
60-
61-
* - 2.6 to 2.9
62-
-
63-
-
64-
-
65-
66-
.. include:: /includes/unicode-checkmark.rst
24+
- ✓

source/includes/unicode-checkmark.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/includes/unicode-nbsp.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

source/reference/release-notes.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ and improvements:
5656
To learn more, see the :ref:`ruby-bson-vector` section of the BSON
5757
guide.
5858

59-
- The ``#deep_symbolize_keys!`` and ``#symbolize_keys!`` methods are not
60-
supported on ``BSON::Document`` objects. In previous versions,
61-
``#symbolize_keys!`` method raises an ``ArgumentError`` when used on a
62-
``BSON::Document``, but ``#deep_symbolize_keys!`` does not, and only
63-
returns a ``Hash``, rather than a ``BSON::Document``.
59+
- ``BSON::Document`` objects do not support use of the
60+
``#deep_symbolize_keys!`` and ``#symbolize_keys!`` methods. In
61+
previous versions, the ``#symbolize_keys!`` method raises an
62+
``ArgumentError`` when used on a ``BSON::Document``, but
63+
``#deep_symbolize_keys!`` does not, and only returns a ``Hash``
64+
rather than a ``BSON::Document``.
6465

6566
This release adds a warning when you use ``#deep_symbolize_keys!`` on a
6667
``BSON::Document`` instance. In ``bson`` v6.0, this action will raise

0 commit comments

Comments
 (0)