You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clearly and concisely describe the purpose of the pull request. If this PR relates to an existing issue or change proposal, please link to it. Include any other background context that would help reviewers understand the motivation for this PR.
4
+
5
+
---
6
+
7
+
**Checklist:**
8
+
9
+
-[ ] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
10
+
-[ ] Linked any existing issues or proposals that this pull request should close
11
+
-[ ] Updated or added relevant documentation
12
+
-[ ] Added a test for the contribution (if applicable)
Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* Add `OpenBSD`, `Android`, and `AIX` to `Platform` constructors (@AlexanderAA)
26
+
* Make `Node.Process.platform` return a `Maybe Platform` to avoid crashes on unrecognised operating systems
27
+
* Use `exception :: EXCEPTION` where appropriate instead of the previous `err :: EXCEPTION` to bring this library into line with the types used in recent versions of `purescript-exceptions` (@nwolverson)
0 commit comments