Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit 84157c4

Browse files
committed
Merge pull request #138 from robertbasic/feature/changelog
Feature/changelog
2 parents 5c2f98f + e7417d8 commit 84157c4

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
## [Unreleased][unrealeased]
4+
### Added
5+
### Changed
6+
### Fixed
7+
### Removed
8+
9+
## [1.0.0-beta] - 2015-06-07
10+
### Added
11+
- Set debugger features during an active debugging session
12+
- Confirm deleting a project
13+
- Improved support for debugging multiple requests
14+
- Added the change log file
15+
### Changed
16+
- Set debugger features in the post_start action
17+
### Fixed
18+
- Non-existent file after mapping

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ unpack it and start pugdebug.
1414

1515
Please report any [issues](https://github.com/robertbasic/pugdebug/issues) you encounter.
1616

17+
## change log
18+
19+
Please take a look at the [change log](./CHANGELOG.md)
20+
1721
## setting up the environment
1822

1923
> NOTE: Setting up the environment should be needed only when you want to help out with

0 commit comments

Comments
 (0)