summaryrefslogtreecommitdiffstatshomepage
path: root/docs/reference/micropython2_migration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/micropython2_migration.rst')
-rw-r--r--docs/reference/micropython2_migration.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/reference/micropython2_migration.rst b/docs/reference/micropython2_migration.rst
index 954488b8cd..3a11471140 100644
--- a/docs/reference/micropython2_migration.rst
+++ b/docs/reference/micropython2_migration.rst
@@ -71,4 +71,11 @@ which is useful for development and testing.
Changes
~~~~~~~
-*None yet*
+Introduction of a new module :mod:`vfs`. The following functions and
+classes have moved out of :mod:`os` to :mod:`vfs`:
+- `os.mount`
+- `os.umount`
+- `os.VfsFat`
+- `os.VfsLfs1`
+- `os.VfsLfs2`
+- `os.VfsPosix`