Skip to content

Commit 0aaa150

Browse files
committed
Update CHANGELOG.md
1 parent cc12f16 commit 0aaa150

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the Adapt authoring tool are documented in this file.
55
**IMPORTANT**: For information on how to **correctly and safely** update your installation, please consult **INSTALL.md**.<br/>
66
_Note that we adhere to the [semantic versioning](http://semver.org/) scheme for release numbering._
77

8-
## [0.11.0] - 2022-04-07
8+
## [0.11.0] - 2022-09-07
99

1010
The final minor release of the 'legacy' codebase. This release bundles critical security updates with some other minor improvements.
1111

@@ -17,13 +17,18 @@ The final minor release of the 'legacy' codebase. This release bundles critical
1717
- npm install scripts for adapt_framework should run as root ([#2566](https://github.com/adaptlearning/adapt_authoring/issues/2566))
1818
- Update npm dependencies ([#2583](https://github.com/adaptlearning/adapt_authoring/issues/2583))
1919
- RequireJS occasionally times out on very slow connections ([#2594](https://github.com/adaptlearning/adapt_authoring/issues/2594))
20+
- Framework update doesn't update src/core ([#2628](https://github.com/adaptlearning/adapt_authoring/issues/2628))
21+
- Export build error using latest framework release ([#2637](https://github.com/adaptlearning/adapt_authoring/issues/2637))
22+
- Need to update browserslist DB on build to avoid errors ([#2639](https://github.com/adaptlearning/adapt_authoring/issues/2639))
2023

2124
### Added
2225
- Login email address should be case-insensitive ([#2060](https://github.com/adaptlearning/adapt_authoring/issues/2060))
2326
- Update CKEditor ([#2575](https://github.com/adaptlearning/adapt_authoring/issues/2575))
2427
- Remove global grunt dependency ([#2581](https://github.com/adaptlearning/adapt_authoring/issues/2581))
2528
- Support --skipDependencyCheck during install process ([#2590](https://github.com/adaptlearning/adapt_authoring/issues/2590))
2629
- We shouldn't require a full rebuild for exports ([#2602](https://github.com/adaptlearning/adapt_authoring/issues/2602))
30+
- Add support for GitHub API tokens to avoid exceeding the unauthenticated rate limit ([#2642](https://github.com/adaptlearning/adapt_authoring/issues/2642))
31+
- Add ES6 support ([#2643](https://github.com/adaptlearning/adapt_authoring/issues/2643))
2732

2833
## [0.10.5] - 2020-11-09
2934

@@ -771,4 +776,3 @@ Initial release.
771776
[0.1.2]: https://github.com/adaptlearning/adapt_authoring/compare/v0.1.1...v0.1.2
772777
[0.1.1]: https://github.com/adaptlearning/adapt_authoring/compare/v0.1.0...v0.1.1
773778
[0.1.0]: https://github.com/adaptlearning/adapt_authoring/tree/v0.1.0
774-
w

0 commit comments

Comments
 (0)