============
更新履歴
============

http://developer.foursquare.com/docs/changelog.html

12/22/10
    * 仮のものですが、写真とコメントのAPIが追加されました
    * :ref:`venue検索<venues-search>` がオプションで `intent` を取るよ
      うになりました

12/7/10
    * APIが公開されました。もう秘密にする必要はありません!
    * display=touch パラメータをauthorize/authenticate ページに追加
    * badge エンドポイントを追加
    * herenow と venuehistory を実験的なエンドポイントに追加

12/2/10

    * Change all aspect endpoints, e.g. user/XXX/todos or
      venue/XXX/tips to have the standard count and items format.

11/29/10

    * Do not return "off-the-grid" check-ins for users other than the
      user who created it. offthegrid is no longer a type, and instead
      check-ins may have an optional private field.
    * For venueless and shout check-ins, there is no venue member of
      the checkin. Instead, we introduce a location member that may
      contain lat, lng, and name.

11/11/10

    * Change notificationType and groupType to just type to be
      consistent with types elsewhere
    * Improved venue search documentation.
    * Fixed broken user response documentation.
    * Venue search no longer requires specific user authentication,
      can use client_id and client_secret as params.
    * errorType is now being returned on error.
    * A single failing request in multi does not break the whole
      batch.
    * Category IDs are now alphanumeric IDs.

11/6/10

    * Change all timestamps to be createdAt, where some were previous
      called created or timestamp (in checkins, tips, and to-dos).
    * Change location information from geolat and geolong to lat and
      lng.
    * Change all list objects to contain items (in venue todos and
      venue search group contents).
    * Add friends, followers, and requests to user detail response.