aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAdam Gruber <talknmime@gmail.com>2017-05-01 10:52:55 -0400
committerJonathan Neal <jonathantneal@hotmail.com>2017-05-01 10:52:55 -0400
commit2ac336c420fc59680df4d02ff50d85f97c8518d6 (patch)
tree03ab5c6452739355a2673835b42abf5e9c3b94bf
parent1b16be036f3e7b3fbcab500b5715599bed15e4b1 (diff)
downloadnormalize.css-2ac336c420fc59680df4d02ff50d85f97c8518d6.tar.gz
normalize.css-2ac336c420fc59680df4d02ff50d85f97c8518d6.zip
Update CHANGELOG.md (#670)
* Update CHANGELOG.md Add a note about opinionate.css * add similar projects section to README
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md5
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5a03f0..554dcad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@
* Correct document heading comment
* Update `abbr[title]` support
+_For anyone who still wants/needs the opinionated rules, see [opinionate.css](https://github.com/adamgruber/opinionate.css)_
+
### 5.0.0 (October 3, 2016)
* Add normalized sections not already present from
diff --git a/README.md b/README.md
index 0de04a0..82a4686 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,11 @@ In Edge, placeholders will disappear on `relative` or `absolute` positioned
Please read the [contribution guidelines](CONTRIBUTING.md) in order to make the
contribution process easy and effective for everyone involved.
+## Similar Projects
+
+- [opinionate.css](https://github.com/adamgruber/opinionate.css) - Supplement to normalize, restores opinionated rules removed in v6
+- [sanitize.css](https://github.com/jonathantneal/sanitize.css) - Alternative to normalize, adheres to common developer expectations and preferences
+
## Acknowledgements