Skip to content

Commit 268392c

Browse files
committed
updated changelog for release of 3.0.0
1 parent adf5c95 commit 268392c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [3.0.0]
10+
11+
Changes since 3.0.0-rc.1:
1012

1113
* Removed `promise` property on the next event (replaced by `nexted` event)
1214
* Added [`nexted`](docs/events.md#nexted) event
1315

14-
## 3.0.0-rc.1
16+
**This version is incompatible with previous versions.**
17+
Read [UPGRADE.md](UPGRADE.md) for upgrade instructions.
18+
19+
**This version changes the license from MIT to GNU Affero General Public License v3.0.**
20+
See [LICENSE](LICENSE) for more details.
21+
22+
## [3.0.0-rc.1]
1523

1624
Complete rewrite of Infinite Ajax Scroll.
1725

@@ -99,7 +107,8 @@ See [LICENSE](LICENSE) for more details.
99107
* Extensible through events
100108
* Added an extensive test suite
101109

102-
[Unreleased]: https://github.com/webcreate/infinite-ajax-scroll/compare/v2.3.1...master
110+
[3.0.0]: https://github.com/webcreate/infinite-ajax-scroll/compare/3.0.0-rc.1...3.0.0
111+
[3.0.0-rc.1]: https://github.com/webcreate/infinite-ajax-scroll/compare/v2.3.1...3.0.0-rc.1
103112
[2.3.1]: https://github.com/webcreate/infinite-ajax-scroll/compare/v2.3.0...v2.3.1
104113
[2.3.0]: https://github.com/webcreate/infinite-ajax-scroll/compare/v2.2.3...v2.3.0
105114
[2.2.3]: https://github.com/webcreate/infinite-ajax-scroll/compare/v2.2.2...v2.2.3

0 commit comments

Comments
 (0)