Skip to content

Commit

Permalink
update Changelog. fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gilluminate committed Jul 16, 2024
1 parent bf8783f commit 8e1ebee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@ The types of changes are:
- Upgrade to React 18 and Chakra 2, including other dependencies [#5036](https://github.com/ethyca/fides/pull/5036)
- Added support for "output templates" in read SaaS requests [#5054](https://github.com/ethyca/fides/pull/5054)


### Changed
- Updated the sample dataset for the Amplitude integration [#5063](https://github.com/ethyca/fides/pull/5063)
- Messaging page now shows a notice if you have properties without any templates [#5077](https://github.com/ethyca/fides/pull/5077)
- Endpoints for listing systems (GET /system) and datasets (GET /dataset) now support optional pagination [#5071](https://github.com/ethyca/fides/pull/5071)

### Developer Experience
- Upgrade to React 18 and Chakra 2, including other dependencies [#5036](https://github.com/ethyca/fides/pull/5036)
- Optimize TCF bundle with just-in-time GVL translations [#5074](https://github.com/ethyca/fides/pull/5074)

### Fixed
- Fixed bug with unescaped table names in mysql queries [#5072](https://github.com/ethyca/fides/pull/5072/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"created_at": "2024-01-01T12:00:00.000000+00:00",
"updated_at": "2024-01-01T12:00:00.000000+00:00"
},
"id": "pri_exp-002-expericne_banner_modal",
"id": "pri_exp-002-exp_banner_modal",
"created_at": "2024-01-01T12:00:00.000000+00:00",
"updated_at": "2024-01-01T12:00:00.000000+00:00",
"privacy_notices": [
Expand Down

0 comments on commit 8e1ebee

Please sign in to comment.