Update changelog

master
Brad Cornes 2023-03-28 11:50:11 +01:00
parent 5ccfd895c7
commit 5f361e8a02
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## Unreleased
- Fix use of certain built-in node modules in config file (#745)
- Exclude classes in `blocklist` from IntelliSense (#746)
- Fix `theme` helper handling when specifying default value (#747)
- Fix activation when connected to Windows with Remote SSH extension (#748)
## 0.9.9
- Support TypeScript and ESM Tailwind config files when using a version of `tailwindcss` that supports these (currently `tailwindcss@insiders`, since [`tailwindlabs/tailwindcss#10785`](https://github.com/tailwindlabs/tailwindcss/pull/10785)) (#738, #739)