Skip to content

Commit 941dbe3

Browse files
committed
add changelog to readme
1 parent f753e92 commit 941dbe3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ And then execute:
5656

5757
$ bundle
5858

59+
## Common Issues
5960

60-
## Deployment to Heroku
61+
### Deployment to Heroku
6162

6263
Due to LibSass compilation requirements, you must upgrade to the
6364
[Heroku Cedar-14 Stack](https://devcenter.heroku.com/articles/cedar-14-migration)
@@ -66,13 +67,19 @@ in order to successfully install this gem.
6667
Upgrading to Cedar-14 is usually a painless process.
6768

6869

69-
## Installing alongside a gem that depends on Sass-Rails
70+
### Installing alongside a gem that depends on Sass-Rails
7071

7172
Libraries explicitly depending on Sass-Rails, such as ActiveAdmin, can cause
7273
conflicts with installation of SassC-Rails. While we have no built-in solution
7374
for this, please check out [this issue](https://github.com/bolandrm/sassc-rails/issues/6)
7475
for a workaround.
7576

77+
## Changelog
78+
79+
- **1.0.0**
80+
- Initial Release
81+
- Add support for inline source maps
82+
- Support compression in the way that Sass-Rails handles it
7683

7784
## Contributing
7885

0 commit comments

Comments
 (0)