From 67f5efeea28ba5128db6cdbb1d58b4b45ef4cc8a Mon Sep 17 00:00:00 2001 From: Sean McCann Date: Sun, 19 May 2013 13:10:36 -0400 Subject: [PATCH] Format properties and method names as code --- History.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 5dba98985c..744cc50ea0 100644 --- a/History.md +++ b/History.md @@ -166,8 +166,8 @@ Patches contributed by GitHub users andreas-karlsson and awwx. * `{{#with}}` helper now only includes its block if its argument is not falsey, and runs an `{{else}}` block if provided if the argument is falsey. #770, #866 -* Twitter login now stores profile_image_url and profile_image_url_https - attributes in the user.services.twitter namespace. #788 +* Twitter login now stores `profile_image_url` and `profile_image_url_https` + attributes in the `user.services.twitter` namespace. #788 * Allow packages to register file extensions with dots in the filename. @@ -235,7 +235,7 @@ mquandalle, Primigenus, raix, reustle, and timhaines. * Publish functions may now return an array of cursors to publish. Currently, the cursors must all be from different collections. #716 -* User documents have id's when onCreateUser and validateNewUser hooks run. +* User documents have id's when `onCreateUser` and `validateNewUser` hooks run. * Encode and store custom EJSON types in MongoDB.