doc UPDATE minor bugfixes
diff --git a/doc/transition.dox b/doc/transition.dox
index fb0c638..2e086df 100644
--- a/doc/transition.dox
+++ b/doc/transition.dox
@@ -131,7 +131,6 @@
  * -                         | ::ly_ctx_get_submodule_latest()      | Supplement for ::ly_ctx_get_submodule()
  * -                         | ::ly_ctx_get_submodule2_latest()     | Supplement for ::ly_ctx_get_submodule2()
  * ly_ctx_get_module_by_ns() | ::ly_ctx_get_module_ns ()            | Redesign the API - replace some of the parameters with standalone supplement functions.
- * -                         | ::ly_ctx_reset_latests()             | The new functionality of maintaining the latest module revision flag.
  * ly_ctx_unset_searchdirs() | ::ly_ctx_unset_searchdir()           | Simplify API and instead of index numbers, work with the values themselves.
  * ly_ctx_set*()             | ::ly_ctx_set_options()               | API simplification.
  * ly_ctx_unset*()           | ::ly_ctx_unset_options()             | ^
@@ -399,7 +398,7 @@
  * -                            | ::lyd_child(), ::lyd_child_no_keys() | New wrapper to cover all children possibilities hidden behind a generic ::lyd_node structure.
  * -                            | ::lyd_owner_module()            | Added functionality.
  * -                            | ::lyd_value_compare()           | Added Functionality.
- * -                            | ::lyd_target()                  | Added functionality for the instance-identifier representation.
+ * -                            | ::lyd_find_target()             | Added functionality for the instance-identifier representation.
  * lyd_node_module()            | -                               | Not necessary since the connection with the compiled modules is much more straightforward.
  * lyd_leaf_type()              | -                               | Not necessary since the real type information is much more clear from the new ::lyd_value.
  * lyd_dec64_to_double()        | -                               | Removed as useless.