From e666e12210fde7f1ca013c8b9fbd2e3efa42eff1 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 14 May 2015 16:44:44 -0500 Subject: [PATCH] Mention recent changes I made (or merged) in History.md. --- History.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 04ecf32f34..4ed784023c 100644 --- a/History.md +++ b/History.md @@ -20,7 +20,7 @@ * Fix memory leak. #4289 -## DDP +### DDP * Websockets now support the [`permessage-deflate`](https://tools.ietf.org/id/draft-ietf-hybi-permessage-compression-19.txt) @@ -83,11 +83,22 @@ * Improve messages printed by `meteor update`, displaying list of packages that are not at the latest version available. +* When determining file load order, split file paths on path separator + before comparing path components alphabetically. #4300 + ### Meteor Accounts * Add `Accounts.oauth.unregisterService` method, and ensure that users can only log in with currently registered services. #4014 +* The `accounts-base` now defines reusable `AccountsClient` and + `AccountsServer` constructors, so that users can create multiple + independent instances of the `Accounts` namespace. #4233 + +### Minimongo + +* The `$push` query modifier now supports a `$position` argument. #4312 + ### Email * `Email.send` now has a new option, `attachments`, in the same style as @@ -120,10 +131,14 @@ * Upgraded dependencies: - uglify-js: 2.4.20 (from 2.4.17) + - http-proxy: 1.11.1 (from 1.6.0) * `Meteor.loginWithGoogle` now supports `prompt`. Choose a prompt to always be displayed on Google login. +* Upgraded `coffeescript` package to depend on NPM packages + coffeescript@1.9.2 and source-map@0.4.2. + ## v1.1.0.2, 2015-Apr-06 ### `meteor` command-line tool