Skip to content

Commit

Permalink
add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Dec 15, 2023
1 parent 8f83f06 commit 37ea8de
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Version [0.3.0.0](https://github.com/distrap/hgdbmi/compare/0.2.0.0...main) (2023-MM-DD)

* Additions
* Support for `ExtendedRemoteTarget`
* Support for `async` mode
* `ConfigTCP` for connecting to GDB over network

* Changes
* `frameFile` and `frameLine` fields of `Frame` are now
optional (`Maybe`) to allow debugging embedded targets
where these might not be available.

# Version 0.2.0.0 (2013-01-14)

* No history available

# Version 0.1.0.0 (2008-03-30)

* Initial release

---

`hgdbmi` uses [PVP Versioning][1].

[1]: https://pvp.haskell.org

0 comments on commit 37ea8de

Please sign in to comment.