diff --git a/attachments.scad b/attachments.scad
index c9ed022..ebd8a4a 100644
--- a/attachments.scad
+++ b/attachments.scad
@@ -1580,6 +1580,7 @@ module face_mask(faces=[LEFT,RIGHT,FRONT,BACK,BOT,TOP]) {
 //   Tags the children with "remove" (and hence sets `$tag`) if no tag is already set.
 //   `$idx` is set to the index number of each edge.
 //   `$attach_anchor` is set for each edge given, to the `[ANCHOR, POSITION, ORIENT, SPIN]` information for that anchor.
+//   `$parent_size` is set to the size of the parent object.
 // Example:
 //   diff()
 //   cube([50,60,70],center=true)
diff --git a/version.scad b/version.scad
index 5605ae8..dcbd70c 100644
--- a/version.scad
+++ b/version.scad
@@ -9,7 +9,7 @@
 //////////////////////////////////////////////////////////////////////
 
 
-BOSL_VERSION = [2,0,700];
+BOSL_VERSION = [2,0,702];
 
 
 // Section: BOSL Library Version Functions