1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-14 23:59:43 +01:00

add changelog

This commit is contained in:
Kushagra Gour 2019-02-12 15:21:24 +05:30
parent 90c64d8d6f
commit 033361f6b4

View File

@ -106,7 +106,14 @@ export function Notifications(props) {
<div>
<h1>Whats new?</h1>
<Notification version="3.6.1" {...props} isLatest={true}>
<Notification version="3.6.2" {...props} isLatest={true}>
<NotificationItem type="bug">
"404 Page not found" showing up in preview window when in detached
mode.
</NotificationItem>
</Notification>
<Notification version="3.6.1" {...props}>
<NotificationItem type="bug">
Failing to import local creations when logging in.
</NotificationItem>