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`