Skip to content

Commit

Permalink
Updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 1, 2017
1 parent c39ee84 commit 44dcfb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"brand": {
"description": "Prevent comment spam using Akismet service, in JavaScript.",
"logo": "web/favicon.ico",
"repository": "",
"repository": "https://github.com/cedx/akismet.js",
"title": "Akismet for JS"
}
}}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
This file contains highlights of what changes on each version of the [Akismet for JS](https://github.com/cedx/akismet.js) library.

## Version 10.0.0
- Breaking change: renamed the `fromJSON()` static methods to `fromJson`.
- Changed the naming convention: acronyms and abbreviations are capitalized like regular words, except for two-letter acronyms.
- Updated the package dependencies.

## Version 9.1.0
- Removed the dependency on [Babel](https://babeljs.io) compiler.
- Updated the package dependencies.
Expand Down

0 comments on commit 44dcfb1

Please sign in to comment.