Added changelog section to README
This commit is contained in:
@ -45,6 +45,7 @@ Table of Contents
|
|||||||
- [How It Works](#how-it-works-mini-guides)
|
- [How It Works](#how-it-works-mini-guides)
|
||||||
- [Mongoose Cheatsheet](#mongoose-cheatsheet)
|
- [Mongoose Cheatsheet](#mongoose-cheatsheet)
|
||||||
- [Deployment](#deployment)
|
- [Deployment](#deployment)
|
||||||
|
- [Changelog](#changelog)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
@ -1011,6 +1012,14 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus
|
|||||||
- **Note:** *You will be prompted for the password you created earlier*
|
- **Note:** *You will be prompted for the password you created earlier*
|
||||||
- On **Deployments** tab of your Windows Azure Web Site, you will see the deployment history
|
- On **Deployments** tab of your Windows Azure Web Site, you will see the deployment history
|
||||||
|
|
||||||
|
Changelog
|
||||||
|
---------
|
||||||
|
2.0.0 - 04/15/2014
|
||||||
|
|
||||||
|
- x
|
||||||
|
- y
|
||||||
|
- z
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
If something is unclear, confusing, or needs to be refactored, please let me know. Pull requests are always welcome, but due to the opinionated nature of this project, I cannot accept every pull request. Please open an issue before submitting a pull request. This project uses [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) with a few minor exceptions. If you are submitting a pull request that involves Jade templates, please make sure you are using *spaces*, not tabs.
|
If something is unclear, confusing, or needs to be refactored, please let me know. Pull requests are always welcome, but due to the opinionated nature of this project, I cannot accept every pull request. Please open an issue before submitting a pull request. This project uses [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) with a few minor exceptions. If you are submitting a pull request that involves Jade templates, please make sure you are using *spaces*, not tabs.
|
||||||
|
Reference in New Issue
Block a user