Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleteti committed Aug 15, 2023
1 parent dfe3943 commit 1b9abb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ Congratulations to Daniele Teti and all the staff for the excellent work!" -- Ma

- 🐞 FIX [Issue 667](https://github.com/danieleteti/delphimvcframework/issues/667)

- 🐞 FIX [Issue 680](https://github.com/danieleteti/delphimvcframework/issues/680)

- 🐞 FIX Wrong comparison in checks for ro/RW/PK fields in `TMVCActiveRecord`

- 🐞 FIX wrong default initialization for JWT (thanks to Flavio Basile)
Expand All @@ -251,6 +253,8 @@ Congratulations to Daniele Teti and all the staff for the excellent work!" -- Ma

- ⚡ Better error message in case of serialization of `TArray<TObject>`

- ⚡ Improved CORS handling - [Issue 679](https://github.com/danieleteti/delphimvcframework/issues/679) (Thanks to [David Moorhouse](https://github.com/fastbike))

- ⚡ Improved serialization of `TObjectList<TDataSet>` (however `ObjectDict` is still the preferred way to serialize multiple datasets).

- ⚡ Added static method for easier cloning of FireDAC dataset into `TFDMemTable`.
Expand Down

0 comments on commit 1b9abb3

Please sign in to comment.