Skip to content

Commit 4e11a8a

Browse files
committed
Add CHANGELOG.md to document project updates and version history
1 parent 26a7f74 commit 4e11a8a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
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).
6+
7+
## [Unreleased]
8+
9+
### Added
10+
- New feature: Support for macOS and Linux.
11+
- Documentation: Added API documentation in the Wiki.
12+
13+
### Changed
14+
- Improved error handling in the connection module.
15+
16+
### Fixed
17+
- Bug fix: Resolved issue with connection timeout.
18+
19+
## [1.0.0-alpha] - 2025-02-24
20+
21+
### Added
22+
- Initial release of the mssql-python driver for SQL Server.
23+
24+
### Changed
25+
- N/A
26+
27+
### Fixed
28+
- N/A

0 commit comments

Comments
 (0)