docs: updated history.md

This commit is contained in:
Gabriel Grubba
2023-09-19 17:17:09 -03:00
parent 7c60771e97
commit ba42aa6a50

View File

@@ -379,6 +379,7 @@
- Async local storage was added to help deal with async methods.
- Added `promiseEmmiter` to help with async methods.
- Removed `fibers` from package.
- `Meteor.absoluteUrl` in localhost uses `127.0.1` by default.
- `minifier-css@2.0.0`:
@@ -737,6 +738,11 @@ If you are running Meteor with docker you will
need to update your docker file to use our [new docker image](https://hub.docker.com/r/meteor/node)
that contains Nodejs v14.21.4.
#### Known issues
Please, [check our known issues page](https://docs.meteor.com/known-issues)
for more information about the problems and issues you might find while migrating.
#### Internal changes
* `ddp-server@3.0.0`: