** @git push@ learned the --recurse-submodules=on-demand option
* Since git 1.8.1:
** @git rm@ removes submodules from index and work tree (unless they contain a .git directory)
-** @git submodule add@ learned the @--name@ option so the user can choose the name for a submodule (e.g. when its name clashes with that of a submodule which was present at the same path earlier in history but was removed).
\ No newline at end of file
+** @git submodule add@ learned the @--name@ option so the user can choose the name for a submodule (e.g. when its name clashes with that of a submodule which was present at the same path earlier in history but was removed).
+* Since git 1.8.2:
+** Tracked floating submodules are supported in core git through the new @--remote@ option for @git submodule update@ and the new @--branch@ option for @git submodule add@
\ No newline at end of file