diff --git a/website/content/docs/release/0.8 b/website/content/docs/release/0.8 index 3a73326be..548cfcd41 100644 --- a/website/content/docs/release/0.8 +++ b/website/content/docs/release/0.8 @@ -94,6 +94,6 @@ $ PREV=0.7; echo "$(git shortlog -e -s $PREV..HEAD | sed -e 's/^.*.*$//'
  • kv: all the kv verifydb flags are on by default in dev mode, to help with detecting corruption. One known kv corruption bug remains.
  • -
  • devcam --makethings pre-populates your dev server with fake importer content to aid in UI development work
  • +
  • devcam server --makethings pre-populates your dev server with fake importer content to aid in UI development work
  • Photos with GPS location in the EXIF but no timezone information (most cameraphone photos) now map the latitude and longitude to a timezone using the latlong package so they sort properly with respect to other events in your stream (e.g. Tweets, Foursquare checkins, etc.) Useful for anybody who travels or doesn't live in UTC..