Skip to content

Commit fc47020

Browse files
committed
Cleanup changelog
1 parent 0f80494 commit fc47020

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [3.6.0] - 2026-04-08
88

@@ -43,7 +43,7 @@ Small fixes, internal improvements and dependency updates.
4343

4444
## [3.4.2] - 2022-12-17
4545

46-
## Changed
46+
### Changed
4747

4848
- Adjust Docker to run as non-root user (thanks @rjhancock, #309, #337)
4949

@@ -53,7 +53,7 @@ Small fixes, internal improvements and dependency updates.
5353

5454
## [3.4.1] - 2022-05-21
5555

56-
## Fixed
56+
### Fixed
5757

5858
- Build failing on Netlify (thanks @adityatelange, #333)
5959
- Vercel not attaching CORS headers because of unsupported `multiValueHeaders` (thanks @birjj, #330)
@@ -233,6 +233,11 @@ The `id` of requested referrers was always a URL, but has been changed to a stri
233233

234234
### Changed
235235

236+
- `Access-Control-Allow-Origin: "*"` not recommended
237+
- New `Access-Control-Allow-Credentials` header required
238+
- ackee-tracker with new `.create` and `.record` syntax
239+
- Referrers require `ReferrerType` in GraphQL API
240+
- Referrers can return non URL ids via GraphQL API
236241
- Compiled source files are now part of the repo
237242
- Docker container size has been reduced (again)
238243
- Updated build tools allow us to use ~60% less JS in the UI
@@ -406,7 +411,7 @@ The first major back-end and front-end rewrite of Ackee with new API, dashboard,
406411
- Switch between daily, monthly and yearly views
407412
- `ACKEE_ALLOW_ORIGIN` now supports multiple domains (#79 #82, thanks @jaryl)
408413

409-
### Improved
414+
### Changed
410415

411416
- JS error handling with React error boundary
412417

0 commit comments

Comments
 (0)