Skip to content

Commit ec81c6a

Browse files
authored
Merge pull request #24 from oracle/changelog-fixes
Fix markdown formatting in latest changelog entry
2 parents e71daa6 + 4340f03 commit ec81c6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1616
## 1.2.15 - 2017-09-11
1717

1818
### Changed
19-
- Maven packages renamed from "oracle-bmc-*" to "oci-*"" (group id renamed from "com.oracle.bmc.sdk" to "com.oracle.oci.sdk")
20-
- Default configuration file location changed from "~/.oraclebmc/config" to "~/.oci/config"; old location deprecated (see "Deprecated" below)
19+
- Maven packages renamed from `oracle-bmc-*` to `oci-*` (group id renamed from `com.oracle.bmc.sdk` to `com.oracle.oci.sdk`)
20+
- Default configuration file location changed from `~/.oraclebmc/config` to `~/.oci/config`; old location deprecated (see "Deprecated" below)
2121

2222
### Added
2323
- Support for instance console connections
@@ -26,7 +26,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
2626
- Support for CustomerSecretKeys management
2727

2828
### Deprecated
29-
- The previous default configuration file location, "~/.oraclebmc/config", has been deprecated: please use "~/.oci/config" instead. The old location still works, if file at new location does not exist.
29+
- The previous default configuration file location, `~/.oraclebmc/config`, has been deprecated: please use `~/.oci/config` instead. The old location still works, if file at new location does not exist.
3030

3131
## 1.2.13 - 2017-08-10
3232
### Fixed

0 commit comments

Comments
 (0)