diff options
| author | Chris Rebert <[email protected]> | 2015-07-04 14:41:02 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-07-04 14:41:02 -0700 |
| commit | 0db18386a295a3fc6bf7bd48a047c0d8aa10a77e (patch) | |
| tree | eaf66c277747b0d7b3a6631ecfdeb9a6ae415019 | |
| parent | 293c765cf612dc74fc4594b95e46b060804aee68 (diff) | |
| parent | e9d1fd9bfe8f06006ffd3ffc743d7ac65c72e04c (diff) | |
| download | bootstrap-0db18386a295a3fc6bf7bd48a047c0d8aa10a77e.tar.xz bootstrap-0db18386a295a3fc6bf7bd48a047c0d8aa10a77e.zip | |
Merge pull request #16745 from twbs/changelog-ptr
Add changelog file that points to GitHub Releases & our blog
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..b25f83841 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +Bootstrap uses [GitHub's Releases feature](https://github.com/blog/1547-release-your-software) for its changelogs. + +See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. + +Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release. |
